| 1 | <?php |
||
| 24 | class RemoteClaimRepository extends EntityRepository |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @param ClientInterface $client |
||
| 28 | * @return array|RemoteClaimInterface[] |
||
| 29 | */ |
||
| 30 | public function findByClient(ClientInterface $client) |
||
| 38 | |||
| 39 | public function findByClientAndPerson(ClientInterface $client, PersonInterface $person) |
||
| 55 | } |
||
| 56 |