Class Settings
For managing the configuration options of a valid peg managed extension directory.
public static
|
#
SetBackEnd(
Sets the back-end or implementation that will be used to manage the retreival and storage of settings. |
public static
|
|
public static
string|boolean
|
|
public static
string|boolean
|
#
GetGroupValue( string $group, string $option )
Gets the value of a specific option inside a group. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
|
|
public static
|
#
SetGroupValue( string $group, string $option, string $value )
Modify or add a new group with an option. |
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. |
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. |