Horde_Kolab_FreeBusy_Freebusy_Helper_Owa::__toString PHP 메소드

__toString() 공개 메소드

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