[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Created on July 30, 2007 Copyright © 2007 Yuri Astrakhan "<Firstname><Lastname>@gmail.com"
File Size: | 378 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ApiQuerySearch:: (10 methods):
__construct()
execute()
executeGenerator()
run()
getCacheMode()
getAllowedParams()
getParamDescription()
getDescription()
getExamples()
getHelpUrls()
Class: ApiQuerySearch - X-Ref
Query module to perform full text search within wiki titles and content__construct( ApiQuery $query, $moduleName ) X-Ref |
When $wgSearchType is null, $wgSearchAlternatives[0] is null. Null isn't a valid option for an array for PARAM_TYPE, so we'll use a fake name that can't possibly be a class name and describes what the null behavior does |
execute() X-Ref |
No description |
executeGenerator( $resultPageSet ) X-Ref |
No description |
run( $resultPageSet = null ) X-Ref |
param: ApiPageSet $resultPageSet return: void |
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 |