| 1 | <?php |
||
| 11 | class AddMagicGet extends NodeVisitorAbstract |
||
| 12 | { |
||
| 13 | /** @var string */ |
||
| 14 | private $resolverProperty; |
||
| 15 | |||
| 16 | /** @var string */ |
||
| 17 | private $resolveMethod; |
||
| 18 | |||
| 19 | public function __construct(string $resolverProperty, string $resolveMethod) |
||
| 24 | |||
| 25 | public function leaveNode(Node $node) |
||
| 38 | |||
| 39 | private function buildGetExpression(): Node\Stmt\Return_ |
||
| 45 | } |