Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F465953
PhabricatorDashboardIconSet.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
PhabricatorDashboardIconSet.php
View Options
<?php
final
class
PhabricatorDashboardIconSet
extends
PhabricatorIconSet
{
const
ICONSETKEY
=
'dashboards'
;
public
function
getSelectIconTitleText
()
{
return
pht
(
'Choose Dashboard Icon'
);
}
protected
function
newIcons
()
{
$map
=
array
(
'fa-home'
=>
pht
(
'Home'
),
'fa-dashboard'
=>
pht
(
'Dashboard'
),
'fa-th-large'
=>
pht
(
'Blocks'
),
'fa-columns'
=>
pht
(
'Columns'
),
'fa-bookmark'
=>
pht
(
'Page Saver'
),
'fa-book'
=>
pht
(
'Knowledge'
),
'fa-bomb'
=>
pht
(
'Kaboom'
),
'fa-pie-chart'
=>
pht
(
'Apple Blueberry'
),
'fa-bar-chart'
=>
pht
(
'Serious Business'
),
'fa-briefcase'
=>
pht
(
'Project'
),
'fa-bell'
=>
pht
(
'Ding Ding'
),
'fa-credit-card'
=>
pht
(
'Plastic Debt'
),
'fa-code'
=>
pht
(
'PHP is Life'
),
'fa-sticky-note'
=>
pht
(
'To Self'
),
'fa-newspaper-o'
=>
pht
(
'Stay Woke'
),
'fa-server'
=>
pht
(
'Metallica'
),
'fa-hashtag'
=>
pht
(
'Corned Beef'
),
'fa-anchor'
=>
pht
(
'Tasks'
),
'fa-calendar'
=>
pht
(
'Calendar'
),
'fa-compass'
=>
pht
(
'Wayfinding'
),
'fa-futbol-o'
=>
pht
(
'Sports'
),
'fa-flag'
=>
pht
(
'Flag'
),
'fa-ship'
=>
pht
(
'Water Vessel'
),
'fa-feed'
=>
pht
(
'Wireless'
),
'fa-bullhorn'
=>
pht
(
'Announcement'
),
);
$icons
=
array
();
foreach
(
$map
as
$key
=>
$label
)
{
$icons
[]
=
id
(
new
PhabricatorIconSetIcon
())
->
setKey
(
$key
)
->
setLabel
(
$label
);
}
return
$icons
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 11:50 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
78621
Default Alt Text
PhabricatorDashboardIconSet.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment