pQuery\CommentNode::__construct PHP Method

__construct() public method

Class constructor
public __construct ( DomNode $parent, string $text = '' )
$parent DomNode
$text string
    function __construct($parent, $text = '')
    {
        $this->parent = $parent;
        $this->text = $text;
    }