MediaWiki  1.23.12
UserloginTemplate Class Reference
Inheritance diagram for UserloginTemplate:
Collaboration diagram for UserloginTemplate:

Public Member Functions

 execute ()
 Main function, used by classes that subclass QuickTemplate to show the actual HTML output. More...
 
- Public Member Functions inherited from BaseTemplate
 getFooterIcons ( $option=null)
 Returns an array of footer icons filtered down by options relevant to how the skin wishes to display them. More...
 
 getFooterLinks ( $option=null)
 Returns an array of footerlinks trimmed down to only those footer links that are valid. More...
 
 getMsg ( $name)
 Get a Message object with its context set. More...
 
 getPersonalTools ()
 Create an array of personal tools items from the data in the quicktemplate stored by SkinTemplate. More...
 
 getSidebar ( $options=array())
 
 getToolbox ()
 Create an array of common toolbox items from the data in the quicktemplate stored by SkinTemplate. More...
 
 makeLink ( $key, $item, $options=array())
 Makes a link, usually used by makeListItem to generate a link for an item in a list used in navigation lists, portlets, portals, sidebars, etc... More...
 
 makeListItem ( $key, $item, $options=array())
 Generates a list item for a navigation, portlet, portal, sidebar... More...
 
 makeSearchButton ( $mode, $attrs=array())
 
 makeSearchInput ( $attrs=array())
 
 msg ( $str)
 
 msgHtml ( $str)
 
 msgWiki ( $str)
 An ugly, ugly hack. More...
 
 printTrail ()
 Output the basic end-page trail including bottomscripts, reporttime, and debug stuff. More...
 
- Public Member Functions inherited from QuickTemplate
 __construct ()
 Constructor. More...
 
 get ( $name, $default=null)
 Gets the template data requested. More...
 
 getHTML ()
 Fetch the output of a QuickTemplate and return it. More...
 
 getSkin ()
 Get the Skin object related to this object. More...
 
 haveData ( $str)
 
 haveMsg ( $str)
 
 html ( $str)
 
 set ( $name, $value)
 Sets the value $value to $name. More...
 
 setRef ( $name, &$value)
 
 setTranslator (&$t)
 
 text ( $str)
 

Public Attributes

if( $this->data['secureLoginUrl']) $extraAttrs = array()
 
if(isset( $this->data['usedomain']) && $this->data['usedomain']) if( $this->haveData( 'extrafields')) if ($this->data[ 'canremember'])
 
 if ($this->data[ 'useemail'] &&$this->data[ 'canreset'] &&$this->data[ 'resetlink']===true)
 

Additional Inherited Members

- Protected Member Functions inherited from BaseTemplate
 renderAfterPortlet ( $name)
 

Detailed Description

Definition at line 24 of file Userlogin.php.

Member Function Documentation

◆ execute()

UserloginTemplate::execute ( )

Main function, used by classes that subclass QuickTemplate to show the actual HTML output.

Reimplemented from QuickTemplate.

Definition at line 26 of file Userlogin.php.

References action, array(), data, Html\element(), form, BaseTemplate\getMsg(), global, QuickTemplate\haveData(), QuickTemplate\html(), BaseTemplate\msg(), BaseTemplate\msgWiki(), name, php, section, and QuickTemplate\text().

Member Data Documentation

◆ $extraAttrs

if ($this->data[ 'secureLoginUrl']) UserloginTemplate::$extraAttrs = array()

Definition at line 72 of file Userlogin.php.

◆ if [1/2]

if (isset($this->data[ 'usedomain']) &&$this->data[ 'usedomain']) if ($this->haveData('extrafields')) UserloginTemplate::if( $this->data['canremember'])

Definition at line 136 of file Userlogin.php.

◆ if [2/2]

UserloginTemplate::if( $this->data['useemail'] && $this->data['canreset'] && $this->data['resetlink']===true)

Definition at line 93 of file Userlogin.php.


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