Auth_Yadis_domxml::__construct PHP Метод

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

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