| 1 | <?php |
||
| 8 | class DestinationCompilerPass extends RegisterCompilerPass |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * {@inheritdoc} |
||
| 12 | */ |
||
| 13 | 2 | protected function getDefinitionName() |
|
| 17 | |||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | 1 | protected function getTagName() |
|
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 1 | protected function getMethodName() |
|
| 33 | } |
||
| 34 |