Horde_Kolab_Format_Xml_Helper::__construct PHP Method

__construct() public method

Constructor
public __construct ( DOMDocument $xmldoc )
$xmldoc DOMDocument The XML document this object works with.
    public function __construct($xmldoc)
    {
        $this->_xmldoc = $xmldoc;
        $this->_xpath = new DOMXpath($this->_xmldoc);
    }