MediaWiki  REL1_22
MWDocGen Class Reference

Maintenance script that builds doxygen documentation. More...

Inheritance diagram for MWDocGen:
Collaboration diagram for MWDocGen:

List of all members.

Public Member Functions

 __construct ()
 Prepare Maintenance class.
 execute ()
 getDbType ()
 Does the script need different DB access? By default, we give Maintenance scripts normal rights to the DB.

Protected Member Functions

 init ()

Detailed Description

Maintenance script that builds doxygen documentation.

Definition at line 42 of file mwdocgen.php.


Constructor & Destructor Documentation

Prepare Maintenance class.

Reimplemented from Maintenance.

Definition at line 47 of file mwdocgen.php.

References Maintenance\addOption().


Member Function Documentation

Reimplemented from Maintenance.

Definition at line 106 of file mwdocgen.php.

References $exclude, $IP, array(), as, Maintenance\error(), errors, file, global, init(), Maintenance\output(), system(), and wfTempDir().

Does the script need different DB access? By default, we give Maintenance scripts normal rights to the DB.

Sometimes, a script needs admin rights access for a reason and sometimes they want no access. Subclasses should override and return one of the following values, as needed: Maintenance::DB_NONE - For no DB access at all Maintenance::DB_STD - For normal DB access, default Maintenance::DB_ADMIN - For admin DB access

Returns:
Integer

Reimplemented from Maintenance.

Definition at line 70 of file mwdocgen.php.

References Maintenance\DB_NONE.

MWDocGen::init ( ) [protected]

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