Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F433246
DivinerAtomListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
591 B
Referenced Files
None
Subscribers
None
DivinerAtomListController.php
View Options
<?php
final
class
DivinerAtomListController
extends
DivinerController
{
private
$key
;
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
willProcessRequest
(
array
$data
)
{
$this
->
key
=
idx
(
$data
,
'key'
,
'all'
);
}
public
function
processRequest
()
{
$request
=
$this
->
getRequest
();
$controller
=
id
(
new
PhabricatorApplicationSearchController
())
->
setQueryKey
(
$this
->
key
)
->
setSearchEngine
(
new
DivinerAtomSearchEngine
())
->
setNavigation
(
$this
->
buildSideNavView
());
return
$this
->
delegateToController
(
$controller
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 3:36 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62109
Default Alt Text
DivinerAtomListController.php (591 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment