Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F546102
ManiphestTaskListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
570 B
Referenced Files
None
Subscribers
None
ManiphestTaskListController.php
View Options
<?php
final
class
ManiphestTaskListController
extends
ManiphestController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
$querykey
=
$request
->
getURIData
(
'queryKey'
);
$controller
=
id
(
new
PhabricatorApplicationSearchController
())
->
setQueryKey
(
$querykey
)
->
setSearchEngine
(
id
(
new
ManiphestTaskSearchEngine
())
->
setShowBatchControls
(
true
))
->
setNavigation
(
$this
->
buildSideNavView
());
return
$this
->
delegateToController
(
$controller
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:07 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121438
Default Alt Text
ManiphestTaskListController.php (570 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment