Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
xovi
/
vendor
/
plesk
/
api-php-lib
/
src
/
PleskX
/
Api
/
Struct
/
Subdomain
/
File Content:
Info.php
<?php // Copyright 1999-2016. Parallels IP Holdings GmbH. namespace PleskX\Api\Struct\Subdomain; class Info extends \PleskX\Api\Struct { /** @var integer */ 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; } } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
690 bytes
0644
N4ST4R_ID | Naxtarrr