Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2332106
PhrictionListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
568 B
Referenced Files
None
Subscribers
None
PhrictionListController.php
View Options
<?php
final
class
PhrictionListController
extends
PhrictionController
{
private
$queryKey
;
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
willProcessRequest
(
array
$data
)
{
$this
->
queryKey
=
idx
(
$data
,
'queryKey'
);
}
public
function
processRequest
()
{
$controller
=
id
(
new
PhabricatorApplicationSearchController
())
->
setQueryKey
(
$this
->
queryKey
)
->
setSearchEngine
(
new
PhrictionSearchEngine
())
->
setNavigation
(
$this
->
buildSideNavView
());
return
$this
->
delegateToController
(
$controller
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 7:44 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
384408
Default Alt Text
PhrictionListController.php (568 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment