Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113104961
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
Thu, May 15, 02:10
Size
346 B
Mime Type
text/x-php
Expires
Sat, May 17, 02:10 (2 d)
Engine
blob
Format
Raw Data
Handle
26176047
Attached To
rPH Phabricator
PhabricatorFileStorageBlob.php
View Options
<?php
/**
* Simple blob store DAO for @{class:PhabricatorMySQLFileStorageEngine}.
*/
final
class
PhabricatorFileStorageBlob
extends
PhabricatorFileDAO
{
protected
$data
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_BINARY
=>
array
(
'data'
=>
true
,
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment