getGroups() public method

Return the groups this user is member of.
public getGroups ( ) : array
return array The groups for this user.
示例#1
0
文件: Log.php 项目: horde/horde
 /**
  * Return the groups this user is member of.
  *
  * @return array The groups for this user.
  */
 public function getGroups()
 {
     return $this->_user->getGroups();
 }