Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
Subdomain
/
File Content:
Info.php
<?php // Copyright 1999-2021. Plesk International GmbH. namespace PleskX\Api\Struct\Subdomain; class Info extends \PleskX\Api\Struct { /** @var int */ public $id; /** @var string */ public $parent; /** @var string */ public $name; /** @var array */ public $properties; public function __construct($apiResponse) { $this->properties = []; $this->_initScalarProperties($apiResponse, [ 'id', 'parent', 'name', ]); foreach ($apiResponse->property as $propertyInfo) { $this->properties[(string) $propertyInfo->name] = (string) $propertyInfo->value; } } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
687 bytes
0644
N4ST4R_ID | Naxtarrr