MediaWiki  REL1_19
DumpRenderer Class Reference
Inheritance diagram for DumpRenderer:
Collaboration diagram for DumpRenderer:

List of all members.

Public Member Functions

 __construct ()
 Default constructor.
 execute ()
 Do the actual work.
 handleRevision ($rev)
 Callback function for each revision, turn into HTML and save.

Public Attributes

 $startTime

Private Attributes

 $count = 0
 $outputDirectory

Detailed Description

Definition at line 33 of file renderDump.php.


Constructor & Destructor Documentation

Default constructor.

Children should call this *first* if implementing their own constructors

Reimplemented from Maintenance.

Definition at line 38 of file renderDump.php.

References Maintenance\addOption().

Here is the call graph for this function:


Member Function Documentation

Do the actual work.

All child classes will need to implement this

Reimplemented from Maintenance.

Definition at line 46 of file renderDump.php.

References $wgParserConf, Maintenance\error(), Maintenance\getOption(), Maintenance\getStdin(), Maintenance\hasOption(), and wfTime().

Here is the call graph for this function:

Callback function for each revision, turn into HTML and save.

Parameters:
$revRevision

Definition at line 76 of file renderDump.php.

References $options, $output, $title, $user, $wgParserConf, Maintenance\error(), ParserOptions\newFromUser(), and Maintenance\output().

Here is the call graph for this function:


Member Data Documentation

DumpRenderer::$count = 0 [private]

Definition at line 35 of file renderDump.php.

DumpRenderer::$outputDirectory [private]

Definition at line 36 of file renderDump.php.

DumpRenderer::$startTime

Definition at line 36 of file renderDump.php.


The documentation for this class was generated from the following file: