__clone()
__destruct()
__get()
__set()
del()
get_all()
get_instance()
__construct()
$current
$instance
Class for using JSON as a key->value data store
package | miniMVC |
---|---|
subpackage | Libraries |
__clone()
__destruct()
__get(string $key) : mixed
string
mixed
__set(string $key, $val)
string
mixed
del(string $key) : void
string
get_all() : object
object
get_instance() : \Data_Store
fluent | This method is part of a fluent interface and will return the same instance |
---|
__construct()
$current
$instance