Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281165
PhabricatorNotificationsApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
892 B
Referenced Files
None
Subscribers
None
PhabricatorNotificationsApplication.php
View Options
<?php
final
class
PhabricatorNotificationsApplication
extends
PhabricatorApplication
{
public
function
getName
(
)
{
return
pht
(
'Notifications'
)
;
}
public
function
getBaseURI
(
)
{
return
'/notification/'
;
}
public
function
getShortDescription
(
)
{
return
pht
(
'Real-Time Updates and Alerts'
)
;
}
public
function
getIcon
(
)
{
return
'fa-bell'
;
}
public
function
getRoutes
(
)
{
return
array
(
'/notification/'
=>
array
(
'(?:query/(?P<queryKey>[^/]+)/)?'
=>
'PhabricatorNotificationListController'
,
'panel/'
=>
'PhabricatorNotificationPanelController'
,
'individual/'
=>
'PhabricatorNotificationIndividualController'
,
'clear/'
=>
'PhabricatorNotificationClearController'
,
'test/'
=>
'PhabricatorNotificationTestController'
,
)
,
)
;
}
public
function
isLaunchable
(
)
{
return
false
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Mar 23, 19:50 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1153371
Default Alt Text
PhabricatorNotificationsApplication.php (892 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment