1 | <?php |
||
22 | class ContentService extends AbstractApiService |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * @param string $spaceKey |
||
27 | * @param array $options |
||
28 | * |
||
29 | * @return ContentCollection|null |
||
30 | */ |
||
31 | public function all($spaceKey = "", array $options = []) |
||
49 | |||
50 | |||
51 | /** |
||
52 | * @param $id |
||
53 | * |
||
54 | * @return mixed |
||
55 | */ |
||
56 | public function findById($id) |
||
64 | |||
65 | } |
||
66 |