Auth_Yadis_XMLParser::setXML PHP Method

setXML() public method

Set this parser object's XML payload. This should be overridden by subclasses.
public setXML ( string $xml_string ) : boolean
$xml_string string The XML string to pass to this object's XML parser.
return boolean $result True if the initialization succeeded; false otherwise.
    function setXML($xml_string)
    {
        // Not implemented.
    }