config
in
implements
JsonSerializable
Module config
Table of Contents
| $data | Module config data | bool |
|---|---|---|
| $key | string | |
| $author | string | |
| $name | string | |
| $description | string | |
| $link | string | |
| $version | string | |
| $basePath | string | |
| $help | string | |
| $requirements | array | |
| $tables | array | |
| $configOptions | array | |
| $crons | array | |
| __construct() | Konstruktor | mixed |
Properties
$data
Module config data
protected
bool
$data
= []
$key
public
string
$key
$author
public
string
$author
$name
public
string
$name
$description
public
string
$description
$link
public
string
$link
$version
public
string
$version
$basePath
public
string
$basePath
$help
public
string
$help
$requirements
public
array
$requirements
$tables
public
array
$tables
$configOptions
public
array
$configOptions
$crons
public
array
$crons
Methods
__construct()
Konstruktor
public
__construct(
$moduleKey :
string
[, $installed :
mixed
= null ]
)
: mixed
Parameters
- $moduleKey : string
Module key string
- $installed : mixed = null
config data as array or JSOn string