Copied!

LocalStorageInterface

LocalStorageInterface.php : 11
Interface

Methods

publicload()

LocalStorageInterface.php : 21
public load(string $key) : string|int

Parameters

Name Type Default value Description
$key string - -

Return values

string|int

publicsave()

LocalStorageInterface.php : 16
public save(string $key, string|int $value) : void

Parameters

Name Type Default value Description
$key string - -
$value string|int - -