1 | <?php |
||
12 | class PropertyWithVar implements ConfigurablePassInterface, AnalyzerPassInterface |
||
13 | { |
||
14 | /** |
||
15 | * @param Property $stmt |
||
16 | * @param Context $context |
||
17 | * @return bool |
||
18 | */ |
||
19 | 2 | public function pass(Property $stmt, Context $context) |
|
31 | |||
32 | /** |
||
33 | * @return TreeBuilder |
||
34 | */ |
||
35 | public function getConfiguration() |
||
44 | |||
45 | /** |
||
46 | * @return array |
||
47 | */ |
||
48 | 1 | public function getRegister() |
|
54 | } |
||
55 |