Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class Versions extends AbstractRepository |
||
14 | { |
||
15 | public const API_ROOT = "versions"; |
||
16 | |||
17 | public function getModelClass(): string |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @throws MethodNotImplementedException |
||
24 | */ |
||
25 | public function create(AbstractModel $model): ?AbstractModel |
||
29 | ); |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @throws MethodNotImplementedException |
||
34 | */ |
||
35 | public function all(?string $endpoint = null): ArrayCollection |
||
39 | ); |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * @throws MethodNotImplementedException |
||
44 | */ |
||
45 | public function search(array $params = []): ArrayCollection |
||
52 |