Methods
-
Config ini constructor.
-
We have to cast values manually because parse_ini_file() has a poor implementation.
-
Map the array recursively.
Methods Details
-
public function __construct(variable $data)
Config ini constructor. -
protected function cast(variable $ini, variable $raw)
We have to cast values manually because parse_ini_file() has a poor implementation. -
protected function map(variable $ini, variable $raw)
Map the array recursively.