CORE POS - IS4C
The CORE POS front end
Static Public Member Functions | List of all members
COREPOS\pos\install\conf\JsonConf Class Reference

Static Public Member Functions

static save ($key, $value)
 
static remove ($key)
 
static initWritableFile ($fptr)
 

Member Function Documentation

static COREPOS\pos\install\conf\JsonConf::remove (   $key)
static

Remove a value from ini.json Called by Conf::remove() if ini.json exists. Should not be called directly.

Parameters
$keystring key
Returns
boolean success
static COREPOS\pos\install\conf\JsonConf::save (   $key,
  $value 
)
static

Save entry to ini.json This is called by Conf::save() if ini.json exists. Should not be called directly

Parameters
$keystring key
$valuestring value
Returns
boolean success

ini.php expects string delimiters. Take them off if present.


The documentation for this class was generated from the following file: