Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109698848
ManiphestTaskEditProController.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
Wed, Apr 23, 01:34
Size
408 B
Mime Type
text/x-php
Expires
Fri, Apr 25, 01:34 (2 d)
Engine
blob
Format
Raw Data
Handle
25751862
Attached To
rPH Phabricator
ManiphestTaskEditProController.php
View Options
<?php
final
class
ManiphestTaskEditProController
extends
ManiphestController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
ManiphestEditEngine
())
->
setController
(
$this
)
->
addContextParameter
(
'ungrippable'
)
->
addContextParameter
(
'responseType'
)
->
addContextParameter
(
'columnPHID'
)
->
addContextParameter
(
'order'
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment