Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92660003
AphrontMiniPanelView.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 22, 12:18
Size
218 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 12:18 (2 d)
Engine
blob
Format
Raw Data
Handle
22461092
Attached To
rPH Phabricator
AphrontMiniPanelView.php
View Options
<?php
final
class
AphrontMiniPanelView
extends
AphrontView
{
public
function
render
()
{
return
phutil_tag
(
'div'
,
array
(
'class'
=>
'aphront-mini-panel-view'
),
$this
->
renderChildren
());
}
}
Event Timeline
Log In to Comment