| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Created on Oct 16, 2006 Copyright © 2006 Yuri Astrakhan "<Firstname><Lastname>@gmail.com"
| File Size: | 573 lines (18 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ApiQueryContributions:: (12 methods):
__construct()
execute()
prepareUsername()
prepareQuery()
extractRowInfo()
continueStr()
getCacheMode()
getAllowedParams()
getParamDescription()
getDescription()
getExamples()
getHelpUrls()
Class: ApiQueryContributions - X-Ref
This query action adds a list of a specified user's contributions to the output.| __construct( ApiQuery $query, $moduleName ) X-Ref |
| No description |
| execute() X-Ref |
| No description |
| prepareUsername( $user ) X-Ref |
| Validate the 'user' parameter and set the value to compare against `revision`.`rev_user_text` param: string $user |
| prepareQuery() X-Ref |
| Prepares the query and returns the limit of rows requested |
| extractRowInfo( $row ) X-Ref |
| Extract fields from the database row and append them to a result array param: stdClass $row return: array |
| continueStr( $row ) X-Ref |
| No description |
| 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 |