Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
Site
/
File Content:
HostingInfo.php
<?php // Copyright 1999-2021. Plesk International 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
603 bytes
0644
HostingInfo.php
558 bytes
0644
Info.php
374 bytes
0644
N4ST4R_ID | Naxtarrr