Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93529298
DivinerFileAtomizer.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
Fri, Nov 29, 12:00
Size
293 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 12:00 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22660310
Attached To
rPH Phabricator
DivinerFileAtomizer.php
View Options
<?php
final
class
DivinerFileAtomizer
extends
DivinerAtomizer
{
public
function
atomize
(
$file_name
,
$file_data
)
{
$atom
=
$this
->
newAtom
(
DivinerAtom
::
TYPE_FILE
)
->
setName
(
$file_name
)
->
setFile
(
$file_name
)
->
setContentRaw
(
$file_data
);
return
array
(
$atom
);
}
}
Event Timeline
Log In to Comment