| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Take page text out of an XML dump file and perform some operation on it. Used as a base class for CompareParsers and PreprocessDump. We implement below the simple task of searching inside a dump. Copyright © 2011 Platonides https://www.mediawiki.org/
| File Size: | 186 lines (5 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file maintenance/Maintenance.php |
SearchDump:: (3 methods):
__construct()
getDbType()
processRevision()
Class: SearchDump - X-Ref
Maintenance script that runs a regex in the revisions from a dump.| __construct() X-Ref |
| No description |
| getDbType() X-Ref |
| No description |
| processRevision( $rev ) X-Ref |
param: Revision $rev |
| __construct() X-Ref |
| No description |
| execute() X-Ref |
| No description |
| finalSetup() X-Ref |
| No description |
| disableInterwikis( $prefix, &$data ) X-Ref |
| No description |
| handleRevision( $rev ) X-Ref |
| Callback function for each revision, child classes should override processRevision instead. param: DatabaseBase $rev |
| checkOptions() X-Ref |
| No description |
| conclusions() X-Ref |
| No description |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |