| 1 | <?php |
||
| 15 | class YoanmBehat3SymfonyKernelBridge__BridgeId__ extends YoanmBehat3SymfonyKernelBridgeBaseKernel |
||
| 16 | { |
||
| 17 | /** @var BehatKernelEventDispatcher */ |
||
| 18 | private $behatKernelEventDispatcher; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param BehatKernelEventDispatcher $behatKernelEventDispatcher |
||
| 22 | */ |
||
| 23 | public function setBehatKernelEventDispatcher(BehatKernelEventDispatcher $behatKernelEventDispatcher) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Will dispatch events related to kernel boot action |
||
| 30 | * Rely on parent class method |
||
| 31 | * |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function boot() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Will dispatch events related to kernel shutdown action |
||
| 43 | * Rely on parent class method |
||
| 44 | * |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | public function shutdown() |
||
| 53 | } |
||
| 54 | } |
||
| 55 |