1 | <?php |
||
8 | class Webspace extends \PleskX\Api\Operator |
||
9 | { |
||
10 | |||
11 | public function getPermissionDescriptor() |
||
16 | |||
17 | public function getLimitDescriptor() |
||
22 | |||
23 | public function getPhysicalHostingDescriptor() |
||
28 | |||
29 | /** |
||
30 | * @param array $properties |
||
31 | * @param array|null $hostingProperties |
||
32 | * @param $planName |
||
33 | * @return Struct\Info |
||
34 | */ |
||
35 | public function create(array $properties, array $hostingProperties = null, $planName = null) |
||
65 | |||
66 | /** |
||
67 | * @param string $field |
||
68 | * @param integer|string $value |
||
69 | * @return bool |
||
70 | */ |
||
71 | public function delete($field, $value) |
||
75 | |||
76 | /** |
||
77 | * @param string $field |
||
78 | * @param integer|string $value |
||
79 | * @return Struct\GeneralInfo |
||
80 | */ |
||
81 | public function get($field, $value) |
||
86 | |||
87 | /** |
||
88 | * @return Struct\GeneralInfo[] |
||
89 | */ |
||
90 | public function getAll() |
||
94 | |||
95 | /** |
||
96 | * @param string $field |
||
97 | * @param integer|string $value |
||
98 | * @return Struct\DiskUsage |
||
99 | */ |
||
100 | public function getDiskUsage($field, $value) |
||
105 | |||
106 | } |
||
107 |