Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107392375
DivinerDefaultRenderer.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
Mon, Apr 7, 18:44
Size
189 B
Mime Type
text/x-php
Expires
Wed, Apr 9, 18:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25408061
Attached To
rPH Phabricator
DivinerDefaultRenderer.php
View Options
<?php
final
class
DivinerDefaultRenderer
extends
DivinerRenderer
{
public
function
renderAtom
(
DivinerAtom
$atom
)
{
return
"ATOM: "
.
$atom
->
getType
().
" "
.
$atom
->
getName
().
"!"
;
}
}
Event Timeline
Log In to Comment