Horde_Kolab_FreeBusy_User::getGroups PHP Method

getGroups() public method

Return the groups this user is member of.
public getGroups ( ) : array
return array The groups for this user.
    public function getGroups();

Usage Example

Exemplo n.º 1
0
Arquivo: Log.php Projeto: horde/horde
 /**
  * Return the groups this user is member of.
  *
  * @return array The groups for this user.
  */
 public function getGroups()
 {
     return $this->_user->getGroups();
 }