1 | <?php |
||
12 | final class GrantRepository implements Selectable |
||
13 | { |
||
14 | /** |
||
15 | * @var ManagerRegistry |
||
16 | */ |
||
17 | private $managerRegistry; |
||
18 | |||
19 | public function __construct(ManagerRegistry $managerRegistry) |
||
23 | |||
24 | /** |
||
25 | * @inheritdoc |
||
26 | */ |
||
27 | public function matching(Criteria $criteria): Collection |
||
37 | } |
||
38 |