| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class Memberships extends AbstractRepository |
||
| 15 | { |
||
| 16 | |||
| 17 | public const API_ROOT = "memberships"; |
||
| 18 | |||
| 19 | public function getModelClass(): string |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @throws MethodNotImplementedException |
||
| 26 | */ |
||
| 27 | public function all(?string $endpoint = null): IdentityCollection |
||
| 31 | ); |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @throws MethodNotImplementedException |
||
| 36 | */ |
||
| 37 | public function create(AbstractModel $model): ?AbstractModel |
||
| 44 |