| 1 | <?php |
||
| 12 | class OldConstructor implements ConfigurablePassInterface, AnalyzerPassInterface |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param Class_ $classStmt |
||
| 17 | * @param Context $context |
||
| 18 | * @return bool |
||
| 19 | */ |
||
| 20 | 17 | public function pass(Class_ $classStmt, Context $context) |
|
| 36 | |||
| 37 | /** |
||
| 38 | * @return TreeBuilder |
||
| 39 | */ |
||
| 40 | public function getConfiguration() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @return array |
||
| 52 | */ |
||
| 53 | 1 | public function getRegister() |
|
| 59 | } |
||
| 60 |