1 | <?php |
||
15 | class Codes extends Collection |
||
16 | { |
||
17 | /** |
||
18 | * @param Code|\Waredesk\Models\Code $item |
||
19 | */ |
||
20 | 1 | public function add($item): void |
|
24 | |||
25 | public function findByCode(string $code): ? Code |
||
35 | |||
36 | public function findByName($name): ? Code |
||
46 | |||
47 | public function jsonSerialize(): array |
||
59 | |||
60 | 1 | private function serializeElements(array $item): array |
|
75 | } |
||
76 |