1 | <?php |
||
8 | class Proxy { |
||
9 | |||
10 | use \arc\traits\Proxy { |
||
11 | \arc\traits\Proxy::__construct as private ProxyConstruct; |
||
12 | } |
||
13 | |||
14 | private $parser = null; |
||
15 | |||
16 | 2 | public function __construct( $node, $parser) { |
|
20 | |||
21 | 1 | public function __toString() { |
|
24 | |||
25 | 2 | public function __get( $name) { |
|
36 | |||
37 | 1 | public function find( $query) { |
|
45 | } |
||
46 |