MediaWiki  REL1_22
WebInstallerPage Class Reference

Abstract class to define pages for the web installer. More...

Inheritance diagram for WebInstallerPage:
Collaboration diagram for WebInstallerPage:

List of all members.

Public Member Functions

 __construct (WebInstaller $parent)
 Constructor.
 addHTML ($html)
 endForm ($continue= 'continue', $back= 'back')
 execute ()
 getName ()
 getVar ($var)
 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 ()

Public Attributes

WebInstaller $parent
 The WebInstaller object this WebInstallerPage belongs to.

Protected Member Functions

 endLiveBox ()
 Opposite to 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.

Detailed Description

Abstract class to define pages for the web installer.

Since:
1.17

Definition at line 30 of file WebInstallerPage.php.


Constructor & Destructor Documentation

Constructor.

Parameters:
$parentWebInstaller

Definition at line 45 of file WebInstallerPage.php.


Member Function Documentation

Opposite to startLiveBox()

Definition at line 179 of file WebInstallerPage.php.

Referenced by WebInstaller_Upgrade\execute().

Get the end tag of a fieldset.

Returns:
string

Definition at line 158 of file WebInstallerPage.php.

WebInstallerPage::getFieldsetStart ( legend) [protected]

Get the starting tags of a fieldset.

Parameters:
string$legendmessage name
Returns:
string

Definition at line 149 of file WebInstallerPage.php.

WebInstallerPage::getId ( ) [protected]

Definition at line 130 of file WebInstallerPage.php.

References getName().

Definition at line 126 of file WebInstallerPage.php.

Referenced by getId(), and startForm().

Is this a slow-running page in the installer? If so, WebInstaller will set_time_limit(0) before calling execute().

Right now this only applies to Install and Upgrade pages

Returns:
bool

Reimplemented in WebInstaller_Install, and WebInstaller_Upgrade.

Definition at line 55 of file WebInstallerPage.php.

Opens a textarea used to display the progress of a long operation.

Definition at line 165 of file WebInstallerPage.php.

Referenced by WebInstaller_Upgrade\execute(), and WebInstaller_Install\startStage().


Member Data Documentation

WebInstaller WebInstallerPage::$parent

The WebInstaller object this WebInstallerPage belongs to.

Definition at line 36 of file WebInstallerPage.php.


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