Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98602509
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
Tue, Jan 14, 18:48
Size
231 B
Mime Type
text/x-php
Expires
Thu, Jan 16, 18:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23557744
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