Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1455297
PHUIDiffRevealIconView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
549 B
Referenced Files
None
Subscribers
None
PHUIDiffRevealIconView.php
View Options
<?php
final
class
PHUIDiffRevealIconView
extends
AphrontView
{
public
function
render
()
{
$icon
=
id
(
new
PHUIIconView
())
->
setIconFont
(
'fa-comment'
)
->
addSigil
(
'has-tooltip'
)
->
setMetadata
(
array
(
'tip'
=>
pht
(
'Show Hidden Comments'
),
'align'
=>
'E'
,
'size'
=>
275
,
));
return
javelin_tag
(
'a'
,
array
(
'href'
=>
'#'
,
'class'
=>
'reveal-inlines'
,
'sigil'
=>
'reveal-inlines'
,
'mustcapture'
=>
true
,
),
$icon
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 11, 3:51 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
337181
Default Alt Text
PHUIDiffRevealIconView.php (549 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment