PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
hosting
/
api-php-lib
/
src
/
PleskX
/
Api
<?php // Copyright 1999-2015. Parallels IP Holdings GmbH. namespace PleskX\Api; /** * XML wrapper for responses. */ class XmlResponse extends \SimpleXMLElement { /** * Retrieve value by node name. * * @param string $node * * @return string */ public function getValue($node) { return (string) $this->xpath('//'.$node)[0]; } }
[+]
..
[-] Client.php
[edit]
[-] Struct.php
[edit]
[-] Operator.php
[edit]
[+]
Operator
[+]
Client
[-] Exception.php
[edit]
[-] XmlResponse.php
[edit]
[+]
Struct