Data storage for async platforms.
More...
|
static | put (string $key, $value) |
| Put a value in storage at key position.
|
|
static | get (string $key, $default=null) |
| Return a value by key.
|
|
static | getAllKeys () |
| Return all keys in storage.
|
|
static | getAll () |
| Return all datas in storage.
|
|
static | exists (string $key) |
| Check if a key exists or not.
|
|
static | search ($value) |
| Search for a given value and returns the first corresponding key if successful.
|
|
static | clear () |
| Clear all values in storage.
|
|
static | remove (string $key) |
| Remove a value by key.
|
|
Data storage for async platforms.
Ubiquity\core$Application This class is part of Ubiquity
- Author
- jc
- Version
- 1.0.0
Definition at line 14 of file ApplicationStorage.php.
◆ clear()
◆ exists()
static exists |
( |
string |
$key | ) |
|
|
static |
◆ get()
static get |
( |
string |
$key, |
|
|
|
$default = null |
|
) |
| |
|
static |
◆ getAll()
◆ getAllKeys()
◆ put()
static put |
( |
string |
$key, |
|
|
|
$value |
|
) |
| |
|
static |
◆ remove()
static remove |
( |
string |
$key | ) |
|
|
static |
◆ search()
Search for a given value and returns the first corresponding key if successful.
- Parameters
-
- Returns
- string|boolean
Definition at line 69 of file ApplicationStorage.php.
◆ $datas
The documentation for this class was generated from the following file:
- C:/Users/myadd/Documents/GitHub/ubiquity-doc-api/vendor/phpmv/ubiquity/src/Ubiquity/utils/store/ApplicationStorage.php