MediaWiki
REL1_24
|
A License class for use on Special:Upload. More...
Public Member Functions | |
__construct ($params) | |
#@- | |
getInputHTML ($value) | |
Accessor for $this->html. | |
getLicenses () | |
#@- | |
Protected Member Functions | |
makeHtml ($tagset, $depth=0) | |
makeLicenses () | |
outputOption ($message, $value, $attribs=null, $depth=0) | |
stackItem (&$list, $path, $item) | |
trimStars ($str) | |
Protected Attributes | |
string | $html |
* | |
array | $licenses = array() |
* | |
string | $msg |
* |
A License class for use on Special:Upload.
Definition at line 30 of file Licenses.php.
Licenses::__construct | ( | $ | params | ) |
#@-
array | $params |
Reimplemented from HTMLFormField.
Definition at line 41 of file Licenses.php.
Licenses::getInputHTML | ( | $ | value | ) |
Accessor for $this->html.
bool | $value |
Reimplemented from HTMLFormField.
Definition at line 169 of file Licenses.php.
Licenses::makeHtml | ( | $ | tagset, |
$ | depth = 0 |
||
) | [protected] |
array | $tagset | |
int | $depth |
Definition at line 110 of file Licenses.php.
Licenses::makeLicenses | ( | ) | [protected] |
Definition at line 55 of file Licenses.php.
Licenses::outputOption | ( | $ | message, |
$ | value, | ||
$ | attribs = null , |
||
$ | depth = 0 |
||
) | [protected] |
string | $message | |
string | $value | |
null | array | $attribs | |
int | $depth |
Definition at line 139 of file Licenses.php.
Licenses::stackItem | ( | &$ | list, |
$ | path, | ||
$ | item | ||
) | [protected] |
array | $list | |
array | $path | |
mixed | $item |
Definition at line 96 of file Licenses.php.
Licenses::trimStars | ( | $ | str | ) | [protected] |
string Licenses::$html [protected] |
*
Definition at line 35 of file Licenses.php.
*
Definition at line 33 of file Licenses.php.
string Licenses::$msg [protected] |
*
Definition at line 31 of file Licenses.php.