Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430409
Blob.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
340 B
Referenced Files
None
Subscribers
None
Blob.php
View Options
<?php
namespace
Wikimedia\Rdbms
;
/**
* @newable
* @stable to extend
*/
class
Blob
implements
IBlob
{
/** @var string */
protected
$data
;
/**
* @stable to call
* @param string $data
*/
public
function
__construct
(
$data
)
{
$this
->
data
=
$data
;
}
/** @inheritDoc */
public
function
fetch
()
{
return
$this
->
data
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 18:43 (4 h, 31 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a7/87/071add5779110b00f475cc13c77d
Default Alt Text
Blob.php (340 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment