file-fetcher
All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
Contracts\RetrieverInterface Interface Reference
Inheritance diagram for Contracts\RetrieverInterface:
Contracts\Mock\Storage\Memory Contracts\Mock\Storage\JsonObjectMemory

Public Member Functions

 retrieve (string $id)
 

Member Function Documentation

◆ retrieve()

Contracts\RetrieverInterface::retrieve ( string  $id)

Retrieve.

Parameters
string$idThe identifier for the data.
Returns
string | HydratableInterface The data or null if no data could be retrieved.

Implemented in Contracts\Mock\Storage\Memory.


The documentation for this interface was generated from the following file: