87 lines
764 B
Markdown
87 lines
764 B
Markdown
SYSTEM\CONFIG\config
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: config
|
|
* Namespace: SYSTEM\CONFIG
|
|
|
|
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
|
|
### $config
|
|
|
|
private mixed $config
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
* This property is **static**.
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### get
|
|
|
|
mixed SYSTEM\CONFIG\config::get($config_id)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $config_id **mixed**
|
|
|
|
|
|
|
|
### set
|
|
|
|
mixed SYSTEM\CONFIG\config::set($config_id, $value)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $config_id **mixed**
|
|
* $value **mixed**
|
|
|
|
|
|
|
|
### setArray
|
|
|
|
mixed SYSTEM\CONFIG\config::setArray($id_value_array)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $id_value_array **mixed**
|
|
|
|
|