PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
hosting
/
api-php-lib
/
src
/
PleskX
/
Api
/
Struct
/
Webspace
<?php // Copyright 1999-2015. Parallels IP Holdings GmbH. namespace PleskX\Api\Struct\Webspace; class Info extends \PleskX\Api\Struct { /** @var int */ public $id; /** @var string */ public $guid; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'id', 'guid', ]); } }
[+]
..
[-] LimitDescriptor.php
[edit]
[-] PermissionDescriptor.php
[edit]
[-] LimitInfo.php
[edit]
[-] PermissionInfo.php
[edit]
[-] GeneralInfo.php
[edit]
[-] HostingPropertyInfo.php
[edit]
[-] Info.php
[edit]
[-] PhysicalHostingDescriptor.php
[edit]