Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4128766
UriRetrieverInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
517 B
Referenced Files
None
Subscribers
None
UriRetrieverInterface.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment