Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93610851
PhabricatorFileStorageBlob.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 30, 03:46
Size
349 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 03:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22673388
Attached To
rPH Phabricator
PhabricatorFileStorageBlob.php
View Options
<?php
/**
* Simple blob store DAO for @{class:PhabricatorMySQLFileStorageEngine}.
*/
final
class
PhabricatorFileStorageBlob
extends
PhabricatorFileDAO
{
protected
$data
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_BINARY
=>
array
(
'data'
=>
true
,
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment