| 1 | <?php |
||
| 10 | class OldConstructor implements AnalyzerPassInterface |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @param Class_ $classStmt |
||
| 15 | * @param Context $context |
||
| 16 | * @return bool |
||
| 17 | */ |
||
| 18 | 34 | public function pass(Class_ $classStmt, Context $context) |
|
| 34 | |||
| 35 | /** |
||
| 36 | * @return array |
||
| 37 | */ |
||
| 38 | 1 | public function getRegister() |
|
| 44 | } |
||
| 45 |