|
MediaWiki master
|
Inherits MediaWiki\Installer\WebInstallerPage.
Inherited by MediaWiki\Installer\WebInstallerCopying, MediaWiki\Installer\WebInstallerReleaseNotes, and MediaWiki\Installer\WebInstallerUpgradeDoc.

Public Member Functions | |
| execute () | |
| |
| getFileContents () | |
Public Member Functions inherited from MediaWiki\Installer\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 MediaWiki\Installer\WebInstallerPage | |
| endLiveBox () | |
| Opposite to WebInstallerPage::startLiveBox. | |
| getFieldsetEnd () | |
| Get the end tag of a fieldset. | |
| getFieldsetStart ( $legend) | |
| Get the starting tags of a fieldset. | |
| getId () | |
| inlineScript ( $script) | |
| Javascript to include inline. | |
| startLiveBox () | |
| Opens a textarea used to display the progress of a long operation. | |
Additional Inherited Members | |
Public Attributes inherited from MediaWiki\Installer\WebInstallerPage | |
| WebInstaller | $parent |
| The WebInstaller object this WebInstallerPage belongs to. | |
Definition at line 10 of file WebInstallerDocument.php.
| MediaWiki\Installer\WebInstallerDocument::execute | ( | ) |
Reimplemented from MediaWiki\Installer\WebInstallerPage.
Definition at line 18 of file WebInstallerDocument.php.
References MediaWiki\Installer\WebInstallerPage\endForm(), MediaWiki\Installer\InstallDocFormatter\format(), MediaWiki\Installer\WebInstallerDocument\getFileContents(), and MediaWiki\Installer\WebInstallerPage\startForm().
| MediaWiki\Installer\WebInstallerDocument::getFileContents | ( | ) |
Definition at line 30 of file WebInstallerDocument.php.
References MediaWiki\Installer\WebInstallerDocument\getFileName(), and wfMessage().
Referenced by MediaWiki\Installer\WebInstallerDocument\execute().
|
abstractprotected |
Reimplemented in MediaWiki\Installer\WebInstallerCopying, MediaWiki\Installer\WebInstallerReleaseNotes, and MediaWiki\Installer\WebInstallerUpgradeDoc.
Referenced by MediaWiki\Installer\WebInstallerDocument\getFileContents().