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

Example #1
0
File: Log.php Project: horde/horde
 /**
  * Return the groups this user is member of.
  *
  * @return array The groups for this user.
  */
 public function getGroups()
 {
     return $this->_user->getGroups();
 }