Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112404832
NuanceQueueEditController.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
Sat, May 10, 10:49
Size
243 B
Mime Type
text/x-php
Expires
Mon, May 12, 10:49 (2 d)
Engine
blob
Format
Raw Data
Handle
26068143
Attached To
rPH Phabricator
NuanceQueueEditController.php
View Options
<?php
final
class
NuanceQueueEditController
extends
NuanceQueueController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
NuanceQueueEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment