Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432189
AbstractRetriever.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
626 B
Referenced Files
None
Subscribers
None
AbstractRetriever.php
View Options
<?php
/**
* JsonSchema
*
* @filesource
*/
namespace
JsonSchema\Uri\Retrievers
;
/**
* AbstractRetriever implements the default shared behavior
* that all descendant Retrievers should inherit
*
* @author Steven Garcia <webwhammy@gmail.com>
*/
abstract
class
AbstractRetriever
implements
UriRetrieverInterface
{
/**
* Media content type
*
* @var string
*/
protected
$contentType
;
/**
* {@inheritdoc}
*
* @see \JsonSchema\Uri\Retrievers\UriRetrieverInterface::getContentType()
*/
public
function
getContentType
()
{
return
$this
->
contentType
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:30 (1 d, 9 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
02/4c/4f563d8b52213364c25e116e7986
Default Alt Text
AbstractRetriever.php (626 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment