@@ -24,6 +24,9 @@ |
||
24 | 24 | |
25 | 25 | private $parser = null; |
26 | 26 | |
27 | + /** |
|
28 | + * @param \SimpleXMLElement $node |
|
29 | + */ |
|
27 | 30 | public function __construct( $node, $parser) { |
28 | 31 | $this->ProxyConstruct( $node ); |
29 | 32 | $this->parser = $parser; |