pQuery\XmlNode::__construct PHP Метод

__construct() публичный Метод

Class constructor
public __construct ( DomNode $parent, string $tag = 'xml', string $text = '', array $attributes = [] )
$parent DomNode
$tag string {@link $tag}
$text string
$attributes array array('attr' => 'val')
    function __construct($parent, $tag = 'xml', $text = '', $attributes = array())
    {
        return parent::__construct($parent, '?', $tag, $text, $attributes);
    }