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

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

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