| 1 | <?php |
||
| 11 | class ConstantNaming implements ConfigurablePassInterface, AnalyzerPassInterface |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param ClassConst $stmt |
||
| 16 | * @param Context $context |
||
| 17 | * @return bool |
||
| 18 | */ |
||
| 19 | 1 | public function pass(ClassConst $stmt, Context $context) |
|
| 35 | |||
| 36 | /** |
||
| 37 | * @return TreeBuilder |
||
| 38 | */ |
||
| 39 | public function getConfiguration() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @return array |
||
| 51 | */ |
||
| 52 | 1 | public function getRegister() |
|
| 58 | } |
||
| 59 |