| 1 | <?php |
||
| 12 | class TestAnnotation implements ConfigurablePassInterface, AnalyzerPassInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param ClassMethod $methodStmt |
||
| 16 | * @param Context $context |
||
| 17 | * @return bool |
||
| 18 | */ |
||
| 19 | 22 | public function pass(ClassMethod $methodStmt, Context $context) |
|
| 44 | |||
| 45 | /** |
||
| 46 | * @return TreeBuilder |
||
| 47 | */ |
||
| 48 | public function getConfiguration() |
||
| 57 | |||
| 58 | /** |
||
| 59 | * @return array |
||
| 60 | */ |
||
| 61 | 1 | public function getRegister() |
|
| 67 | } |
||
| 68 |