◆ conditionByIsEqualTo()
Contracts\Mock\Storage\JsonObjectMemory::conditionByIsEqualTo |
( |
string |
$property, |
|
|
string |
$value |
|
) |
| |
◆ limitTo()
Contracts\Mock\Storage\JsonObjectMemory::limitTo |
( |
int |
$number_of_items | ) |
|
◆ offsetBy()
Contracts\Mock\Storage\JsonObjectMemory::offsetBy |
( |
int |
$offset | ) |
|
◆ retrieveAll()
Contracts\Mock\Storage\JsonObjectMemory::retrieveAll |
( |
| ) |
|
◆ sortByAscending()
Contracts\Mock\Storage\JsonObjectMemory::sortByAscending |
( |
string |
$property | ) |
|
◆ sortByDescending()
Contracts\Mock\Storage\JsonObjectMemory::sortByDescending |
( |
string |
$property | ) |
|
◆ store()
Contracts\Mock\Storage\JsonObjectMemory::store |
( |
|
$data, |
|
|
string |
$id = null |
|
) |
| |
Store.
- Parameters
-
string | HydratableInterface | $data | The data to be stored. |
string | $id | The identifier for the data. If the act of storing generates the id, there is no need to pass one. |
- Returns
- string The identifier.
- Exceptions
-
Reimplemented from Contracts\Mock\Storage\Memory.
The documentation for this class was generated from the following file: