Lines Matching +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
6 * Represents a user
8 class User extends ApiResponse class
10 /** @var string The login name of the user */
12 /** @var string The full name of the user */
14 /** @var string The email address of the user */
16 /** @var string[] The groups the user is in */
18 /** @var bool Whether the user is a super user */
20 /** @var bool Whether the user is a manager */
24 * @param string $login defaults to the current user
45 throw new \RuntimeException('No user available');
48 // for current user, use $USERINFO to fill up