| 1 | <?php |
||
| 20 | abstract class AbstractListener implements ListenerInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | final public function getConfigTreeBuilder() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param ArrayNodeDefinition $optionsNode |
||
| 37 | */ |
||
| 38 | abstract protected function configureOptionsNode(ArrayNodeDefinition $optionsNode); |
||
| 39 | } |
||
| 40 |