| 1 | <?php |
||
| 16 | class NationalityService implements NationalityServiceInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var Collection |
||
| 20 | */ |
||
| 21 | protected $nationalities; |
||
| 22 | |||
| 23 | public function __construct(ResourceFile $resourceFile) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function findAll() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | public function find($name) |
||
| 45 | } |