Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295200
PhabricatorProjectListController.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
568 B
Referenced Files
None
Subscribers
None
PhabricatorProjectListController.php
View Options
<?php
final
class
PhabricatorProjectListController
extends
PhabricatorProjectController
{
public
function
shouldAllowPublic
(
)
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorProjectSearchEngine
(
)
)
->
setController
(
$this
)
->
buildResponse
(
)
;
}
protected
function
buildApplicationCrumbs
(
)
{
$crumbs
=
parent
::
buildApplicationCrumbs
(
)
;
id
(
new
PhabricatorProjectEditEngine
(
)
)
->
setViewer
(
$this
->
getViewer
(
)
)
->
addActionToCrumbs
(
$crumbs
)
;
return
$crumbs
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:22 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1145444
Default Alt Text
PhabricatorProjectListController.php (568 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment