|
MediaWiki
REL1_23
|
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 | ) |
#@-
Constructor
| $params | array |
Reimplemented from HTMLFormField.
Definition at line 49 of file Licenses.php.
| Licenses::getInputHTML | ( | $ | value | ) |
Accessor for $this->html.
| $value | bool |
Reimplemented from HTMLFormField.
Definition at line 175 of file Licenses.php.
| Licenses::makeHtml | ( | $ | tagset, |
| $ | depth = 0 |
||
| ) | [protected] |
| $tagset | |
| $depth | int |
Definition at line 116 of file Licenses.php.
| Licenses::makeLicenses | ( | ) | [protected] |
Definition at line 61 of file Licenses.php.
| Licenses::outputOption | ( | $ | message, |
| $ | value, | ||
| $ | attribs = null, |
||
| $ | depth = 0 |
||
| ) | [protected] |
| $message | |
| $value | |
| $attribs | null |
| $depth | int |
Definition at line 145 of file Licenses.php.
| Licenses::stackItem | ( | &$ | list, |
| $ | path, | ||
| $ | item | ||
| ) | [protected] |
| $list | |
| $path | |
| $item |
Definition at line 102 of file Licenses.php.
| Licenses::trimStars | ( | $ | str | ) | [protected] |
string Licenses::$html [protected] |
Definition at line 41 of file Licenses.php.
Definition at line 37 of file Licenses.php.
string Licenses::$msg [protected] |
Definition at line 33 of file Licenses.php.