Horde_Kolab_FreeBusy_User::getDomain PHP Метод

getDomain() публичный Метод

Return the primary domain of the user accessing the system.
public getDomain ( ) : string
Результат string The primary domain.
    public function getDomain();

Usage Example

Пример #1
0
 /**
  * Return the primary domain of the user accessing the system.
  *
  * @return string The primary domain.
  */
 public function getDomain()
 {
     return $this->_user->getDomain();
 }