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