ice framework documentation ice doc v1.10.1
Methods
  • __construct(variable $data) : void
    Config ini constructor.
  • cast(variable $ini, variable $raw) : void
    We have to cast values manually because parse_ini_file() has a poor implementation.
  • map(variable $ini, variable $raw) : void
    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.