Prado\Xml\TXmlElementList::__construct PHP Method

__construct() public method

Constructor.
public __construct ( TXmlElement $owner )
$owner TXmlElement
    public function __construct(TXmlElement $owner)
    {
        $this->_o = $owner;
    }