|
MediaWiki master
|
A License class for use on Special:Upload (represents a single type of license). More...
Public Member Functions | |
| __construct (string $str) | |
Public Attributes | |
| string | $template |
| string | $text |
Protected Member Functions | |
| parse ( $str) | |
| split ( $str) | |
A License class for use on Special:Upload (represents a single type of license).
Definition at line 16 of file License.php.
| License::__construct | ( | string | $str | ) |
|
protected |
| string | $str |
Definition at line 29 of file License.php.
Referenced by __construct().
|
protected |
| string | $str |
Definition at line 37 of file License.php.
References $template, and $text.
Referenced by __construct().
| string License::$template |
Definition at line 17 of file License.php.
Referenced by __construct(), and split().
| string License::$text |
Definition at line 18 of file License.php.
Referenced by __construct(), and split().