Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107310507
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
Mon, Apr 7, 01:16
Size
207 B
Mime Type
text/x-php
Expires
Wed, Apr 9, 01:16 (2 d)
Engine
blob
Format
Raw Data
Handle
25378768
Attached To
rPH Phabricator
AphrontMiniPanelView.php
View Options
<?php
final
class
AphrontMiniPanelView
extends
AphrontView
{
public
function
render
()
{
return
hsprintf
(
'<div class="aphront-mini-panel-view">%s</div>'
,
$this
->
renderChildren
());
}
}
Event Timeline
Log In to Comment