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