interface UriRetrieverInterface
Same name in this branch
- 11.1.x vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php \JsonSchema\Uri\Retrievers\UriRetrieverInterface
@package JsonSchema
Hierarchy
- interface \JsonSchema\UriRetrieverInterface
Expanded class hierarchy of UriRetrieverInterface
All classes that implement UriRetrieverInterface
2 files declare their use of UriRetrieverInterface
- Factory.php in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ Factory.php - UriRetriever.php in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Uri/ UriRetriever.php
File
-
vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ UriRetrieverInterface.php, line 15
Namespace
JsonSchemaView source
interface UriRetrieverInterface {
/**
* Retrieve a URI
*
* @param string $uri JSON Schema URI
* @param null|string $baseUri
*
* @return object JSON Schema contents
*/
public function retrieve($uri, $baseUri = null);
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
UriRetrieverInterface::retrieve | public | function | Retrieve a URI | 1 |