| 1 | <?php |
||
| 11 | final class PresenterSubscriber implements EventSubscriberInterface |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var EventStateStorage |
||
| 16 | */ |
||
| 17 | private $eventStateStorage; |
||
| 18 | |||
| 19 | |||
| 20 | public function __construct(EventStateStorage $eventStateStorage) |
||
| 24 | |||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public static function getSubscribedEvents() |
||
| 33 | |||
| 34 | |||
| 35 | public function onShutdown(PresenterResponseEvent $presenterResponseEvent) |
||
| 39 | |||
| 40 | } |
||
| 41 |