Public Member Functions | |
__construct ($str=null) | |
#@- | |
makeLicenses () | |
#@+ | |
trimStars ($str) | |
stackItem (&$list, $path, $item) | |
makeHtml (&$tagset, $depth=0) | |
outputOption ($val, $attribs=null, $depth) | |
msg ($str) | |
getLicenses () | |
#@- | |
getHtml () | |
Accessor for $this->html. | |
Public Attributes | |
$msg | |
$licenses = array() | |
$html |
Definition at line 12 of file Licenses.php.
Licenses::__construct | ( | $ | str = null |
) |
#@-
Constructor
$str | String: the string to build the licenses member from, will use wfMsgForContent( 'licenses' ) if null (default: null) |
Definition at line 38 of file Licenses.php.
References getLicenses(), makeHtml(), makeLicenses(), msg(), and wfMsgForContent().
Licenses::getHtml | ( | ) |
Licenses::getLicenses | ( | ) |
#@-
Accessor for $this->licenses
Definition at line 139 of file Licenses.php.
Referenced by __construct().
Licenses::makeHtml | ( | &$ | tagset, | |
$ | depth = 0 | |||
) |
Definition at line 97 of file Licenses.php.
References $key, msg(), and outputOption().
Referenced by __construct().
Licenses::makeLicenses | ( | ) |
#@+
Definition at line 51 of file Licenses.php.
References $obj, msg(), stackItem(), and trimStars().
Referenced by __construct().
Licenses::msg | ( | $ | str | ) |
Definition at line 127 of file Licenses.php.
References $out, wfEmptyMsg(), and wfMsg().
Referenced by __construct(), makeHtml(), and makeLicenses().
Licenses::outputOption | ( | $ | val, | |
$ | attribs = null , |
|||
$ | depth | |||
) |
Licenses::stackItem | ( | &$ | list, | |
$ | path, | |||
$ | item | |||
) |
Licenses::trimStars | ( | $ | str | ) |
Definition at line 78 of file Licenses.php.
References $count, $i, wfRestoreWarnings(), and wfSuppressWarnings().
Referenced by makeLicenses().
Licenses::$html |
Definition at line 29 of file Licenses.php.
Licenses::$licenses = array() |
Definition at line 24 of file Licenses.php.
Licenses::$msg |
Definition at line 19 of file Licenses.php.