MediaWiki
REL1_22
|
Maintenance script that builds doxygen documentation. More...
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 () |
Maintenance script that builds doxygen documentation.
Definition at line 42 of file mwdocgen.php.
Prepare Maintenance class.
Reimplemented from Maintenance.
Definition at line 47 of file mwdocgen.php.
References Maintenance\addOption().
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
Reimplemented from Maintenance.
Definition at line 70 of file mwdocgen.php.
References Maintenance\DB_NONE.
MWDocGen::init | ( | ) | [protected] |
Definition at line 74 of file mwdocgen.php.
References $IP, array(), as, Maintenance\getOption(), global, Maintenance\hasOption(), Maintenance\output(), and wfShellWikiCmd().
Referenced by execute().