1 | <?php |
||
6 | class Organizations extends CrudEndpoint |
||
7 | { |
||
8 | /** |
||
9 | * @param string $id |
||
10 | * @return array |
||
11 | */ |
||
12 | public function getById($id) |
||
16 | |||
17 | /** |
||
18 | * @param string $itemId |
||
19 | * @param array $attributes |
||
20 | * @return mixed |
||
21 | */ |
||
22 | public function update($itemId, array $attributes) |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function endpoint() |
||
34 | } |
||
35 |