MediaWiki  1.23.2
License Class Reference

A License class for use on Special:Upload (represents a single type of license). More...

Collaboration diagram for License:

Public Member Functions

 __construct ( $str)
 Constructor. More...
 

Public Attributes

string $template
 
string $text
 

Detailed Description

A License class for use on Special:Upload (represents a single type of license).

Definition at line 197 of file Licenses.php.

Constructor & Destructor Documentation

◆ __construct()

License::__construct (   $str)

Constructor.

Parameters
string$strlicense name??

Definition at line 211 of file Licenses.php.

References $template, $text, list, and text.

Member Data Documentation

◆ $template

string License::$template

Definition at line 200 of file Licenses.php.

Referenced by __construct().

◆ $text

string License::$text

Definition at line 204 of file Licenses.php.

Referenced by __construct().


The documentation for this class was generated from the following file: