| 1 | <?php |
||
| 13 | class PropertyDefinitionDefaultValue implements Pass\AnalyzerPassInterface |
||
| 14 | { |
||
| 15 | use DefaultMetadataPassTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param $stmt |
||
| 19 | * @param Context $context |
||
| 20 | * @return bool |
||
| 21 | */ |
||
| 22 | 1 | public function pass($stmt, Context $context) |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @return array |
||
| 40 | */ |
||
| 41 | 1 | public function getRegister() |
|
| 47 | } |
||
| 48 |