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) |
|
32 | |||
33 | /** |
||
34 | * @return TreeBuilder |
||
35 | */ |
||
36 | public function getConfiguration() |
||
45 | |||
46 | /** |
||
47 | * @return array |
||
48 | */ |
||
49 | 1 | public function getRegister() |
|
55 | } |
||
56 |