Class Settings
Base configuration class. Every frontend's configuration helper should extend this.
public static
string|boolean
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
|
#
SetExtensionName( string $name )
Set the extension name, which is used in some important parts of the code generator. |
public static
|
#
SetVersion( string $number )
Sets the version of the extension, which is used in some important parts of the code generator. |
public static
|
#
SetAuthors( string $authors )
Set the authors of the extension. This should be a comma seperated list with the names of the authors. |
public static
|
#
SetContributors( string $contributors )
Set the contributors of the extension. This should be a comma seperated list with the names of the contributors. |
protected
array
|
$settings | [
"ExtensionName" => null,
"ExtensionVersion" => null,
"Authors" => null,
"Contributors" => null,
] |