fXmlRpc\Parser\BestParserDelegate::__construct PHP Method

__construct() public method

public __construct ( $validateResponse = true )
    public function __construct($validateResponse = true)
    {
        $this->nativeParser = new NativeParser($validateResponse);
        $this->xmlReaderParser = new XmlReaderParser($validateResponse);
    }
BestParserDelegate