Page MenuHomeWickedGov Phorge

UriRetrieverInterface.php
No OneTemporary

Size
517 B
Referenced Files
None
Subscribers
None

UriRetrieverInterface.php

<?php
/*
* This file is part of the JsonSchema package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace JsonSchema;
/**
* @package JsonSchema
*/
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);
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 09:26 (2 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e4/d0/d4fd6fdd459e10869abdeb727758
Default Alt Text
UriRetrieverInterface.php (517 B)

Event Timeline