Page MenuHomePhorge

PHUIDiffRevealIconView.php
No OneTemporary

Size
529 B
Referenced Files
None
Subscribers
None

PHUIDiffRevealIconView.php

<?php
final class PHUIDiffRevealIconView extends AphrontView {
public function render() {
$icon = id(new PHUIIconView())
->setIcon('fa-comment')
->addSigil('has-tooltip')
->setMetadata(
array(
'tip' => pht('Expand'),
'align' => 'E',
'size' => 275,
));
return javelin_tag(
'a',
array(
'href' => '#',
'class' => 'reveal-inline',
'sigil' => 'reveal-inline',
'mustcapture' => true,
),
$icon);
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, May 2, 9:17 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
57320
Default Alt Text
PHUIDiffRevealIconView.php (529 B)

Event Timeline