1 | <?php |
||
15 | class RoleFilter implements NavigationFilterInterface |
||
16 | { |
||
17 | /** @var string[] */ |
||
18 | private $roles; |
||
19 | |||
20 | public function __construct(RolesProviderInterface $roleProvider) |
||
24 | |||
25 | public function filterItems(MutableContainerInterface $container): MutableContainerInterface |
||
40 | |||
41 | private function filter(HasSupportedRolesInterface $item): bool |
||
51 | } |
||
52 |