Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112832973
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
Tue, May 13, 05:32
Size
478 B
Mime Type
text/x-php
Expires
Thu, May 15, 05:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26136923
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