Horde_Kolab_FreeBusy_User::getDomain PHP Method

getDomain() public method

Return the primary domain of the user accessing the system.
public getDomain ( ) : string
return string The primary domain.
    public function getDomain();

Usage Example

Ejemplo n.º 1
0
Archivo: Log.php Proyecto: horde/horde
 /**
  * Return the primary domain of the user accessing the system.
  *
  * @return string The primary domain.
  */
 public function getDomain()
 {
     return $this->_user->getDomain();
 }