Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295390
PhrequentListController.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
566 B
Referenced Files
None
Subscribers
None
PhrequentListController.php
View Options
<?php
final
class
PhrequentListController
extends
PhrequentController
{
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
PhrequentSearchEngine
(
)
)
->
setNavigation
(
$this
->
buildSideNavView
(
)
)
;
return
$this
->
delegateToController
(
$controller
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:58 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1226526
Default Alt Text
PhrequentListController.php (566 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment