◆ __construct()
| __construct |
( |
|
$range_id = null, |
|
|
|
$data = null |
|
) |
| |
passing null as first param is for compatibility and should be considered deprecated. passing data array as second param only for testing
- Parameters
-
| string | $range_id | |
| array | $data | |
◆ delete()
- See also
- lib/classes/Config::delete()
Reimplemented from Config.
◆ fetchData()
| fetchData |
( |
|
$data = null | ) |
|
|
protected |
- See also
- lib/classes/Config::fetchData()
Reimplemented from Config.
◆ get()
returns cached instance for given range_id creates new objects if needed
- Parameters
-
- Returns
- ObjectConfig
Reimplemented from Config.
◆ getRangeId()
returns the range id
- Returns
- string
◆ getValue()
- See also
- lib/classes/Config::getValue()
Reimplemented from Config.
◆ set()
set cached instance for given range_id use for testing or to unset cached instance by passing null as second param
- Parameters
-
Reimplemented from Config.
◆ store()
- See also
- lib/classes/Config::store()
Reimplemented from Config.
◆ unsetValue()
◆ $range_type
The documentation for this class was generated from the following file: