Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F679942
PhabricatorApplicationFeed.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
PhabricatorApplicationFeed.php
View Options
<?php
final
class
PhabricatorApplicationFeed
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, May 27, 8:52 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
170461
Default Alt Text
PhabricatorApplicationFeed.php (643 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment