MediaWiki REL1_35
WebInstallerOptions Class Reference
Inheritance diagram for WebInstallerOptions:
Collaboration diagram for WebInstallerOptions:

Public Member Functions

 execute ()
 
 getCCChooser ()
 
 getCCDoneBox ()
 
 getCCPartnerUrl ()
 
 submit ()
 
 submitCC ()
 
 submitSkins ()
 If the user skips this installer page, we still need to set up the default skins, but ignore everything else.
 
- 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 ()
 

Private Member Functions

 makeScreenshotsLink ( $name, $screenshots)
 

Additional Inherited Members

- Public Attributes inherited from WebInstallerPage
WebInstaller $parent
 The WebInstaller object this WebInstallerPage belongs to.
 
- 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.
 

Detailed Description

Definition at line 24 of file WebInstallerOptions.php.

Member Function Documentation

◆ execute()

◆ getCCChooser()

WebInstallerOptions::getCCChooser ( )
Returns
string

Definition at line 391 of file WebInstallerOptions.php.

References getCCPartnerUrl(), and WebInstallerPage\getVar().

◆ getCCDoneBox()

WebInstallerOptions::getCCDoneBox ( )
Returns
string

Definition at line 415 of file WebInstallerOptions.php.

References getCCPartnerUrl(), WebInstallerPage\getVar(), and wfMessage().

Referenced by submitCC().

◆ getCCPartnerUrl()

WebInstallerOptions::getCCPartnerUrl ( )
Returns
string

Definition at line 365 of file WebInstallerOptions.php.

References WebInstallerPage\getVar(), and wfArrayToCgi().

Referenced by getCCChooser(), and getCCDoneBox().

◆ makeScreenshotsLink()

WebInstallerOptions::makeScreenshotsLink (   $name,
  $screenshots 
)
private
Parameters
string$name
array$screenshots
Returns
string HTML

Definition at line 336 of file WebInstallerOptions.php.

References $wgLang, and wfMessage().

Referenced by execute().

◆ submit()

WebInstallerOptions::submit ( )
Returns
bool

Definition at line 475 of file WebInstallerOptions.php.

References $ext, WebInstallerPage\getVar(), WebInstallerPage\setVar(), and wfMessage().

◆ submitCC()

WebInstallerOptions::submitCC ( )

◆ submitSkins()

WebInstallerOptions::submitSkins ( )

If the user skips this installer page, we still need to set up the default skins, but ignore everything else.

Returns
bool

Definition at line 460 of file WebInstallerOptions.php.

Referenced by execute().


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