MediaWiki  REL1_19
WebInstallerPage Class Reference

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

Inheritance 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

 $parent

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 15 of file WebInstallerPage.php.


Constructor & Destructor Documentation

Constructor.

Parameters:
$parentWebInstaller

Definition at line 31 of file WebInstallerPage.php.

References $parent.


Member Function Documentation

Opposite to startLiveBox()

Definition at line 149 of file WebInstallerPage.php.

References addHTML().

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

Here is the call graph for this function:

Here is the caller graph for this function:

Get the end tag of a fieldset.

Returns:
string

Definition at line 128 of file WebInstallerPage.php.

WebInstallerPage::getFieldsetStart ( legend) [protected]

Get the starting tags of a fieldset.

Parameters:
$legendString: message name
Returns:
string

Definition at line 119 of file WebInstallerPage.php.

References wfMsgHtml().

Here is the call graph for this function:

WebInstallerPage::getId ( ) [protected]

Definition at line 100 of file WebInstallerPage.php.

References getName().

Referenced by endForm().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 96 of file WebInstallerPage.php.

Referenced by getId(), and startForm().

Here is the caller graph for this function:

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

Reimplemented in WebInstaller_Install, and WebInstaller_Upgrade.

Definition at line 40 of file WebInstallerPage.php.

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

Definition at line 135 of file WebInstallerPage.php.

References addHTML().

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

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

WebInstallerPage::$parent

Definition at line 22 of file WebInstallerPage.php.

Referenced by __construct().


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