Horde_Kolab_Session::getImapServer PHP 메소드

getImapServer() 공개 메소드

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

Usage Example

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