Horde_Kolab_Session::getFreebusyServer PHP 메소드

getFreebusyServer() 공개 메소드

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

Usage Example

예제 #1
0
파일: Base.php 프로젝트: raz0rsdge/horde
 /**
  * Return the freebusy server.
  *
  * @return string The freebusy host for the current user.
  */
 public function getFreebusyServer()
 {
     return $this->_session->getFreebusyServer();
 }