Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120345038
NuanceQueueListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 3, 16:37
Size
478 B
Mime Type
text/x-php
Expires
Sat, Jul 5, 16:37 (2 d)
Engine
blob
Format
Raw Data
Handle
27175567
Attached To
rPH Phabricator
NuanceQueueListController.php
View Options
<?php
final
class
NuanceQueueListController
extends
NuanceQueueController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
NuanceQueueSearchEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
id
(
new
NuanceQueueEditEngine
())
->
setViewer
(
$this
->
getViewer
())
->
addActionToCrumbs
(
$crumbs
);
return
$crumbs
;
}
}
Event Timeline
Log In to Comment