@@ -32,6 +32,10 @@ |
||
| 32 | 32 | private $_current = 0; |
| 33 | 33 | protected $_registerNS; |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @param DOMNodeList $nodeList |
|
| 37 | + * @param string[] $colNodes |
|
| 38 | + */ |
|
| 35 | 39 | public function __construct($nodeList, $colNodes, $registerNS) |
| 36 | 40 | { |
| 37 | 41 | if (!($nodeList instanceof DOMNodeList)) { |