MediaWiki  REL1_23
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)
 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 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.

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

Parameters:
WebInstaller$parent

Definition at line 46 of file WebInstallerPage.php.


Member Function Documentation

WebInstallerPage::endForm ( continue = 'continue',
back = 'back' 
)
Parameters:
string | bool$continue
string | bool$back

Definition at line 85 of file WebInstallerPage.php.

Referenced by WebInstaller_Complete\execute(), WebInstaller_Document\execute(), and WebInstaller_Upgrade\showDoneMessage().

Opposite to WebInstallerPage::startLiveBox.

Definition at line 199 of file WebInstallerPage.php.

Get the end tag of a fieldset.

Returns:
string

Definition at line 178 of file WebInstallerPage.php.

WebInstallerPage::getFieldsetStart ( legend) [protected]

Get the starting tags of a fieldset.

Parameters:
string$legendmessage name
Returns:
string

Definition at line 169 of file WebInstallerPage.php.

WebInstallerPage::getId ( ) [protected]
Returns:
string

Definition at line 141 of file WebInstallerPage.php.

Returns:
string

Definition at line 134 of file WebInstallerPage.php.

Referenced by startForm().

Parameters:
string$var
Returns:
mixed

Definition at line 150 of file WebInstallerPage.php.

Referenced by WebInstaller_Complete\execute(), and WebInstaller_Upgrade\showDoneMessage().

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 Always false in this default implementation.

Reimplemented in WebInstaller_Install, and WebInstaller_Upgrade.

Definition at line 57 of file WebInstallerPage.php.

WebInstallerPage::setVar ( name,
value 
)
Parameters:
string$name
mixed$value

Definition at line 158 of file WebInstallerPage.php.

Referenced by WebInstaller_Options\submitCC().

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

Definition at line 185 of file WebInstallerPage.php.


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: