| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Created on July 30, 2007 Copyright © 2007 Roan Kattouw "<Firstname>.<Lastname>@gmail.com"
| File Size: | 360 lines (11 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ApiQueryUsers:: (11 methods):
__construct()
getTokenFunctions()
getUserrightsToken()
execute()
getAutoGroups()
getCacheMode()
getAllowedParams()
getParamDescription()
getDescription()
getExamples()
getHelpUrls()
Class: ApiQueryUsers - X-Ref
Query module to get information about a list of users| __construct( ApiQuery $query, $moduleName ) X-Ref |
| No description |
| getTokenFunctions() X-Ref |
| Get an array mapping token names to their handler functions. The prototype for a token function is func($user) it should return a token or false (permission denied) return: array Array of tokenname => function |
| getUserrightsToken( $user ) X-Ref |
param: User $user return: string |
| execute() X-Ref |
| No description |
| getAutoGroups( $user ) X-Ref |
| Gets all the groups that a user is automatically a member of (implicit groups) param: User $user return: array |
| getCacheMode( $params ) X-Ref |
| No description |
| getAllowedParams() X-Ref |
| No description |
| getParamDescription() X-Ref |
| No description |
| getDescription() X-Ref |
| No description |
| getExamples() X-Ref |
| No description |
| getHelpUrls() X-Ref |
| No description |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |