Table of Contents
-
$instance
: array<string|int, mixed>
-
cache()
: mixed
-
clearAll()
: void
-
get()
: void
-
isValid()
: bool
-
set()
: void
-
super()
: void
-
__construct()
: mixed
$instance
private
static array<string|int, mixed>
$instance
cache()
public
static cache() : mixed
Return values
mixed
—
clearAll()
public
static clearAll() : void
Return values
void
—
get()
public
get() : void
Return values
void
—
isValid()
public
isValid() : bool
Return values
bool
—
set()
public
set(mixed $val) : void
Parameters
-
$val
: mixed
-
Return values
void
—
super()
public
super() : void
Return values
void
—
__construct()
private
__construct([mixed $is_super = true ]) : mixed
Parameters
-
$is_super
: mixed
= true
-
Return values
mixed
—