1 | <?php |
||
20 | class OrganizationRepository extends EntityRepository implements OrganizationRepositoryInterface |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | 7 | public function findOneByName($name) |
|
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | 1 | public function findOneByCode($code) |
|
47 | |||
48 | /** |
||
49 | * {@inheritdoc} |
||
50 | */ |
||
51 | 6 | public function findAvailable() |
|
59 | } |
||
60 |