| Total Complexity | 5 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class IssueCategories extends AbstractRepository |
||
| 14 | { |
||
| 15 | public const API_ROOT = "issue_categories"; |
||
| 16 | |||
| 17 | public function getModelClass(): string |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @throws MethodNotImplementedException |
||
| 24 | */ |
||
| 25 | public function all(?string $endpoint = null): ArrayCollection |
||
| 29 | ); |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @throws MethodNotImplementedException |
||
| 34 | */ |
||
| 35 | public function create(AbstractModel $model): ?AbstractModel |
||
| 39 | ); |
||
| 40 | } |
||
| 41 | |||
| 42 | public function delete(AbstractModel $model): void |
||
| 53 |