Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101918392
PhortuneAccountEditController.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, Feb 15, 03:29
Size
247 B
Mime Type
text/x-php
Expires
Mon, Feb 17, 03:29 (2 d)
Engine
blob
Format
Raw Data
Handle
24245682
Attached To
rPH Phabricator
PhortuneAccountEditController.php
View Options
<?php
final
class
PhortuneAccountEditController
extends
PhortuneController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhortuneAccountEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment