1 | <?php |
||
7 | class Webspace extends \PleskX\Api\Operator |
||
8 | { |
||
9 | |||
10 | public function getPermissionDescriptor() |
||
15 | |||
16 | public function getLimitDescriptor() |
||
21 | |||
22 | public function getPhysicalHostingDescriptor() |
||
27 | |||
28 | /** |
||
29 | * @param string $field |
||
30 | * @param integer|string $value |
||
31 | * @return Struct\PhpSettings |
||
32 | */ |
||
33 | public function getPhpSettings($field, $value) |
||
45 | |||
46 | /** |
||
47 | * @param array $properties |
||
48 | * @param array|null $hostingProperties |
||
49 | * @param $planName |
||
50 | * @return Struct\Info |
||
51 | */ |
||
52 | public function create(array $properties, array $hostingProperties = null, $planName = null) |
||
82 | |||
83 | /** |
||
84 | * @param string $field |
||
85 | * @param integer|string $value |
||
86 | * @return bool |
||
87 | */ |
||
88 | public function delete($field, $value) |
||
92 | |||
93 | /** |
||
94 | * @param string $field |
||
95 | * @param integer|string $value |
||
96 | * @return Struct\GeneralInfo |
||
97 | */ |
||
98 | public function get($field, $value) |
||
103 | |||
104 | /** |
||
105 | * @return Struct\GeneralInfo[] |
||
106 | */ |
||
107 | public function getAll() |
||
111 | |||
112 | /** |
||
113 | * @param string $field |
||
114 | * @param integer|string $value |
||
115 | * @return Struct\DiskUsage |
||
116 | */ |
||
117 | public function getDiskUsage($field, $value) |
||
122 | |||
123 | } |
||
124 |