Horde_Kolab_FreeBusy_Freebusy_Helper_Owa::__toString PHP Method

__toString() public method

Return the XML document.
public __toString ( ) : string
return string The complete XML document.
    public function __toString()
    {
        return $this->_document->saveXML();
    }
Horde_Kolab_FreeBusy_Freebusy_Helper_Owa