Config Class provided by System for configuration of the System Environment.
| package |
SYSTEM\CONFIG |
|---|
get(integer $config_id) : mixed
integerConfig ID to be retrieved
mixedReturns the requested Config Content or NULL
set(integer $config_id, mixed $value) : NULL
integerConfig ID to be written
mixedConfig Value to be written
NULLReturns NULL
setArray(array $id_value_array) : NULL
arrayArray containing Config IDs as Key and Value as Value to that Key. array( array(ID, VALUE), array(ID, VALUE))
NULLReturns NULL
config :