asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

getXML() is recursive in BatchResponse #72

Closed jeffrigby closed 8 years ago

jeffrigby commented 9 years ago

getXML() is recursive in BatchResponse

    /**
     * 
     * @return SimpleXMLElement
     */
    public function getXml()
    {
        return $this->getXml();
    }
asimlqt commented 8 years ago

This has been resolved.