SafeStorage
in package
FinalYes
Table of Contents
Properties
- $safeStorage : array<string|int, mixed>
- $hash : string
Methods
- __construct() : mixed
- __destruct() : mixed
- retrieveSafely() : mixed
- storeSafely() : mixed
Properties
$safeStorage
protected
static array<string|int, mixed>
$safeStorage
= []
$hash
private
string
$hash
Methods
__construct()
public
__construct() : mixed
__destruct()
public
__destruct() : mixed
retrieveSafely()
public
retrieveSafely(mixed $key) : mixed
Parameters
- $key : mixed
storeSafely()
public
storeSafely(mixed $key, mixed $value) : mixed
Parameters
- $key : mixed
- $value : mixed