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