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

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