Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119463154
JavelinViewExampleServerView.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, Jun 26, 23:42
Size
231 B
Mime Type
text/x-php
Expires
Sat, Jun 28, 23:42 (2 d)
Engine
blob
Format
Raw Data
Handle
27017609
Attached To
rPH Phabricator
JavelinViewExampleServerView.php
View Options
<?php
final
class
JavelinViewExampleServerView
extends
AphrontView
{
public
function
render
()
{
return
phutil_tag
(
'div'
,
array
(
'class'
=>
'server-view'
,
),
$this
->
renderChildren
());
}
}
Event Timeline
Log In to Comment