Documentation

configItem

System config item object

Table of Contents

$config_name Config option name string
$config_value Config option value mixed
$modulekey Module key for module-defined config options string
__construct() Constructor mixed
getData() Returns data array 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( $name : string [, $value : type = '' ] [, $moduleKey : string = '' ] ) : mixed
Parameters
$name : string
$value : type = ''
$moduleKey : string = ''
Return values
mixed

getData()

Returns data array

public final getData( ) : array
Return values
array

Search results