Public Member Functions | |
isEnableCreate () | |
isSecure () | |
hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
getDefaultView (&$controller, &$xoopsUser) |
User_AvatarSelectAction::isEnableCreate | ( | ) |
Return false. If a user requests dummy uid, kick out him!
User_AvatarSelectAction::isSecure | ( | ) |
Return true. This action should not be used by a guest user.
User_AvatarSelectAction::hasPermission | ( | &$ | controller, | |
&$ | xoopsUser, | |||
$ | moduleConfig | |||
) |
Check whether a current user can access this action. 1) A specified user has to exist. 2) A current user has to equal the specified user, or a current user has to be a administrator.
User_AvatarSelectAction::getDefaultView | ( | &$ | controller, | |
&$ | xoopsUser | |||
) |
This action always kicks out GET request.