Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121335334
AlmanacDeviceEditController.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
Thu, Jul 10, 03:11
Size
249 B
Mime Type
text/x-php
Expires
Sat, Jul 12, 03:11 (2 d)
Engine
blob
Format
Raw Data
Handle
27237431
Attached To
rPH Phabricator
AlmanacDeviceEditController.php
View Options
<?php
final
class
AlmanacDeviceEditController
extends
AlmanacDeviceController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
AlmanacDeviceEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment