config

Config Class provided by System for configuration of the System Environment.

package

SYSTEM\CONFIG

Methods

Get Config Setting

get(integer $config_id) : mixed
static

Arguments

$config_id

integer

Config ID to be retrieved

Response

mixed

Returns the requested Config Content or NULL

Set Config Setting

set(integer $config_id, mixed $value) : NULL
static

Arguments

$config_id

integer

Config ID to be written

$value

mixed

Config Value to be written

Response

NULL

Returns NULL

Set Array of Config Settings

setArray(array $id_value_array) : NULL
static

Arguments

$id_value_array

array

Array containing Config IDs as Key and Value as Value to that Key. array( array(ID, VALUE), array(ID, VALUE))

Response

NULL

Returns NULL

Properties

array Holding all the Config Data

config : 
static

Type(s)