Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
xovi
/
vendor
/
plesk
/
api-php-lib
/
src
/
PleskX
/
Api
/
Struct
/
Site
/
File Content:
HostingInfo.php
<?php // Copyright 1999-2016. Parallels IP Holdings GmbH. namespace PleskX\Api\Struct\Site; class HostingInfo extends \PleskX\Api\Struct { /** @var array */ public $properties = []; /** @var string */ public $ipAddress; public function __construct($apiResponse) { foreach ($apiResponse->vrt_hst->property as $property) { $this->properties[(string)$property->name] = (string)$property->value; } $this->_initScalarProperties($apiResponse->vrt_hst, [ 'ip_address', ]); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
GeneralInfo.php
538 bytes
0644
HostingInfo.php
558 bytes
0644
Info.php
379 bytes
0644
N4ST4R_ID | Naxtarrr