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