|
MediaWiki REL1_39
|


Public Member Functions | |
| execute () | |
| getFileContents () | |
Public Member Functions inherited from WebInstallerPage | |
| __construct (WebInstaller $parent) | |
| addHTML ( $html) | |
| endForm ( $continue='continue', $back='back') | |
| getName () | |
| getVar ( $var, $default=null) | |
| isSlow () | |
| Is this a slow-running page in the installer? If so, WebInstaller will set_time_limit(0) before calling execute(). | |
| setVar ( $name, $value) | |
| startForm () | |
Protected Member Functions | |
| getFileName () | |
Protected Member Functions inherited from WebInstallerPage | |
| endLiveBox () | |
| Opposite to WebInstallerPage::startLiveBox. | |
| getFieldsetEnd () | |
| Get the end tag of a fieldset. | |
| getFieldsetStart ( $legend) | |
| Get the starting tags of a fieldset. | |
| getId () | |
| startLiveBox () | |
| Opens a textarea used to display the progress of a long operation. | |
Additional Inherited Members | |
Public Attributes inherited from WebInstallerPage | |
| WebInstaller | $parent |
| The WebInstaller object this WebInstallerPage belongs to. | |
Definition at line 22 of file WebInstallerDocument.php.
| WebInstallerDocument::execute | ( | ) |
Reimplemented from WebInstallerPage.
Definition at line 29 of file WebInstallerDocument.php.
References WebInstallerPage\endForm(), InstallDocFormatter\format(), getFileContents(), and WebInstallerPage\startForm().
| WebInstallerDocument::getFileContents | ( | ) |
Definition at line 41 of file WebInstallerDocument.php.
References $file, getFileName(), and wfMessage().
Referenced by execute().
|
abstractprotected |
Reimplemented in WebInstallerCopying, WebInstallerReleaseNotes, and WebInstallerUpgradeDoc.
Referenced by getFileContents().