Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1559733
PhabricatorFeedApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
643 B
Referenced Files
None
Subscribers
None
PhabricatorFeedApplication.php
View Options
<?php
final
class
PhabricatorFeedApplication
extends
PhabricatorApplication
{
public
function
getBaseURI
()
{
return
'/feed/'
;
}
public
function
getShortDescription
()
{
return
pht
(
'Review Recent Activity'
);
}
public
function
getIconName
()
{
return
'feed'
;
}
public
function
canUninstall
()
{
return
false
;
}
public
function
getRoutes
()
{
return
array
(
'/feed/'
=>
array
(
'public/'
=>
'PhabricatorFeedPublicStreamController'
,
'(?P<id>
\d
+)/'
=>
'PhabricatorFeedDetailController'
,
'(?:query/(?P<queryKey>[^/]+)/)?'
=>
'PhabricatorFeedListController'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 15, 9:32 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
360071
Default Alt Text
PhabricatorFeedApplication.php (643 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment