LocalStorageInterface
LocalStorageInterface.php
:
11
Interface
Methods¶
load()
¶
LocalStorageInterface.php
:
21
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $key | string | - | - |
Return values
string|int
save()
¶
LocalStorageInterface.php
:
16
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $key | string | - | - |
| $value | string|int | - | - |