Exemple #1
0
 /**
  * Return user info
  *
  * Returns info about the given user needs to contain
  * at least these fields:
  *
  * name string  full name of the user
  * mail string  email addres of the user
  * grps array   list of groups the user is in
  *
  * @param   string $user the user name
  * @return  array containing user data or false
  */
 public function getUserData($user)
 {
     return parent::getUserData($user);
 }