@@ -11,6 +11,10 @@ |
||
11 | 11 | private $selector; |
12 | 12 | private $tss; |
13 | 13 | |
14 | + /** |
|
15 | + * @param string $xml |
|
16 | + * @param string $tss |
|
17 | + */ |
|
14 | 18 | public function __construct($xml, $selector = null, $tss = null) { |
15 | 19 | $this->xml = $xml; |
16 | 20 | $this->selector = $selector; |