Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F952394
PhabricatorLinkProfilePanel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
593 B
Referenced Files
None
Subscribers
None
PhabricatorLinkProfilePanel.php
View Options
<?php
final
class
PhabricatorLinkProfilePanel
extends
PhabricatorProfilePanel
{
const
PANELKEY
=
'link'
;
protected
function
newNavigationMenuItems
(
PhabricatorProfilePanelConfiguration
$config
)
{
$icon
=
$config
->
getPanelProperty
(
'icon'
);
$name
=
$config
->
getPanelProperty
(
'name'
);
$href
=
$config
->
getPanelProperty
(
'href'
);
$item
=
id
(
new
PHUIListItemView
())
->
setRenderNameAsTooltip
(
true
)
->
setType
(
PHUIListItemView
::
TYPE_ICON_NAV
)
->
setHref
(
$href
)
->
setName
(
$name
)
->
setIcon
(
$icon
);
return
array
(
$item
,
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 3:34 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
225594
Default Alt Text
PhabricatorLinkProfilePanel.php (593 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment