Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4292661
PhabricatorFileRawStorageFormat.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
364 B
Referenced Files
None
Subscribers
None
PhabricatorFileRawStorageFormat.php
View Options
<?php
final
class
PhabricatorFileRawStorageFormat
extends
PhabricatorFileStorageFormat
{
const
FORMATKEY
=
'raw'
;
public
function
getStorageFormatName
(
)
{
return
pht
(
'Raw Data'
)
;
}
public
function
newReadIterator
(
$raw_iterator
)
{
return
$raw_iterator
;
}
public
function
newWriteIterator
(
$raw_iterator
)
{
return
$raw_iterator
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 19, 04:18 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1196545
Default Alt Text
PhabricatorFileRawStorageFormat.php (364 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment