file-fetcher
Contracts
RetrieverInterface
Public Member Functions
|
List of all members
Contracts\RetrieverInterface Interface Reference
Inheritance diagram for Contracts\RetrieverInterface:
Public Member Functions
retrieve
(string $id)
Member Function Documentation
◆
retrieve()
Contracts\RetrieverInterface::retrieve
(
string
$id
)
Retrieve.
Parameters
string
$id
The 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:
vendor/getdkan/contracts/src/
RetrieverInterface.php
Generated by
1.8.17