| 1 | <?php |
||
| 14 | class NullEventListener implements EventListener { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @since 1.0 |
||
| 18 | * |
||
| 19 | * {@inheritDoc} |
||
| 20 | */ |
||
| 21 | public function execute( DispatchContext $dispatchContext = null ) {} |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @since 1.0 |
||
| 25 | * |
||
| 26 | * {@inheritDoc} |
||
| 27 | */ |
||
| 28 | 1 | public function isPropagationStopped() { |
|
| 31 | |||
| 32 | } |
||
| 33 |