Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93117582
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, Nov 26, 08:21
Size
478 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 08:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22578529
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