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 PermissionInfo extends \PleskX\Api\Struct { /** @var string */ public $name; /** @var string */ public $type; /** @var string */ public $label; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'name', 'type', 'label', ]); } }
[+]
..
[-] LimitDescriptor.php
[edit]
[-] PermissionDescriptor.php
[edit]
[-] LimitInfo.php
[edit]
[-] PermissionInfo.php
[edit]
[-] GeneralInfo.php
[edit]
[-] HostingPropertyInfo.php
[edit]
[-] Info.php
[edit]
[-] PhysicalHostingDescriptor.php
[edit]