1 | <?php |
||
18 | final class CheckRequirementsSubscriber implements EventSubscriberInterface |
||
19 | { |
||
20 | /** |
||
21 | * @var AuthorizationCheckerInterface |
||
22 | */ |
||
23 | private $authorizationChecker; |
||
24 | |||
25 | 1 | public function __construct(AuthorizationCheckerInterface $authorizationChecker) |
|
29 | |||
30 | 1 | public static function getSubscribedEvents() : array |
|
36 | |||
37 | 1 | public function onPresenter(ApplicationPresenterEvent $applicationPresenterEvent) |
|
44 | } |
||
45 |