configItem
in package
System config item object
Tags
Table of Contents
- $config_name : string
- Config option name
- $config_value : mixed
- Config option value
- $modulekey : string
- Module key for module-defined config options
- __construct() : mixed
- Constructor
- getData() : array<string|int, mixed>
- Returns data array
Properties
$config_name
Config option name
protected
string
$config_name
= ''
$config_value
Config option value
protected
mixed
$config_value
= ''
$modulekey
Module key for module-defined config options
protected
string
$modulekey
= ''
Methods
__construct()
Constructor
public
__construct(string $name[, type $value = '' ][, string $moduleKey = '' ]) : mixed
Parameters
- $name : string
- $value : type = ''
- $moduleKey : string = ''
Return values
mixed —getData()
Returns data array
public
final getData() : array<string|int, mixed>