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 array $properties |
||
30 | * @param array|null $hostingProperties |
||
31 | * @return Struct\Info |
||
32 | */ |
||
33 | public function create(array $properties, array $hostingProperties = null) |
||
59 | |||
60 | /** |
||
61 | * @param string $field |
||
62 | * @param integer|string $value |
||
63 | * @return bool |
||
64 | */ |
||
65 | public function delete($field, $value) |
||
69 | |||
70 | /** |
||
71 | * @param string $field |
||
72 | * @param integer|string $value |
||
73 | * @return Struct\GeneralInfo |
||
74 | */ |
||
75 | public function get($field, $value) |
||
80 | |||
81 | /** |
||
82 | * @return Struct\GeneralInfo[] |
||
83 | */ |
||
84 | public function getAll() |
||
88 | |||
89 | } |
||
90 |