Horde_Kolab_FreeBusy_User::getGroups PHP 메소드

getGroups() 공개 메소드

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

Usage Example

예제 #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();
 }