Auth_Yadis_domxml::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        $this->xml = null;
        $this->doc = null;
        $this->xpath = null;
        $this->errors = array();
    }