Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119923981
PhrictionEditEngineController.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
Mon, Jun 30, 14:13
Size
323 B
Mime Type
text/x-php
Expires
Wed, Jul 2, 14:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27073888
Attached To
rPH Phabricator
PhrictionEditEngineController.php
View Options
<?php
final
class
PhrictionEditEngineController
extends
PhrictionController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
// NOTE: For now, this controller is only used to handle comments.
return
id
(
new
PhrictionDocumentEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment