Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1092357
PHUILauncherView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
303 B
Referenced Files
None
Subscribers
None
PHUILauncherView.php
View Options
<?php
final
class
PHUILauncherView
extends
AphrontTagView
{
protected
function
getTagName
()
{
return
'div'
;
}
protected
function
getTagAttributes
()
{
$classes
=
array
();
$classes
[]
=
'phui-launcher-view'
;
return
array
(
'class'
=>
implode
(
' '
,
$classes
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 6:40 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
262183
Default Alt Text
PHUILauncherView.php (303 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment