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
 /**
  * Return the imap server.
  *
  * @return string The imap host for the current user.
  */
 public function getImapServer()
 {
     return $this->_session->getImapServer();
 }