Inherits HTMLFormField.
Public Member Functions | |
__construct ($params) | |
#@- | |
getLicenses () | |
#@- | |
getInputHTML ($value) | |
Accessor for $this->html. | |
Protected Member Functions | |
makeLicenses () | |
#@+ | |
trimStars ($str) | |
stackItem (&$list, $path, $item) | |
makeHtml ($tagset, $depth=0) | |
outputOption ($text, $value, $attribs=null, $depth=0) | |
msg ($str) | |
Protected Attributes | |
$msg | |
$licenses = array() | |
$html |
Definition at line 12 of file Licenses.php.
Licenses::__construct | ( | $ | params | ) |
#@-
Constructor
Reimplemented from HTMLFormField.
Definition at line 32 of file Licenses.php.
References makeLicenses(), msg(), and wfMsgForContent().
Licenses::getInputHTML | ( | $ | value | ) |
Accessor for $this->html.
Reimplemented from HTMLFormField.
Definition at line 134 of file Licenses.php.
References getLicenses(), makeHtml(), outputOption(), Html::rawElement(), and wfMsg().
Licenses::getLicenses | ( | ) |
#@-
Accessor for $this->licenses
Definition at line 127 of file Licenses.php.
Referenced by getInputHTML().
Licenses::makeHtml | ( | $ | tagset, | |
$ | depth = 0 | |||
) | [protected] |
Definition at line 86 of file Licenses.php.
References msg(), and outputOption().
Referenced by getInputHTML().
Licenses::makeLicenses | ( | ) | [protected] |
#@+
Definition at line 44 of file Licenses.php.
References msg(), stackItem(), and trimStars().
Referenced by __construct().
Licenses::msg | ( | $ | str | ) | [protected] |
Definition at line 115 of file Licenses.php.
References $out, wfEmptyMsg(), and wfMsg().
Referenced by __construct(), makeHtml(), and makeLicenses().
Licenses::outputOption | ( | $ | text, | |
$ | value, | |||
$ | attribs = null , |
|||
$ | depth = 0 | |||
) | [protected] |
Definition at line 107 of file Licenses.php.
References Xml::element().
Referenced by getInputHTML(), and makeHtml().
Licenses::stackItem | ( | &$ | list, | |
$ | path, | |||
$ | item | |||
) | [protected] |
Licenses::trimStars | ( | $ | str | ) | [protected] |
Licenses::$html [protected] |
Definition at line 26 of file Licenses.php.
Licenses::$licenses = array() [protected] |
Definition at line 21 of file Licenses.php.
Licenses::$msg [protected] |
Definition at line 16 of file Licenses.php.