Horde_Kolab_Session::getFreebusyServer PHP Method

getFreebusyServer() public method

Return the freebusy server.
public getFreebusyServer ( ) : string
return string The freebusy host for the current user.
    public function getFreebusyServer();

Usage Example

Ejemplo n.º 1
0
 /**
  * Return the freebusy server.
  *
  * @return string The freebusy host for the current user.
  */
 public function getFreebusyServer()
 {
     return $this->_session->getFreebusyServer();
 }