Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116686964
PhabricatorMacroEditController.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
Sun, Jun 8, 14:26
Size
248 B
Mime Type
text/x-php
Expires
Tue, Jun 10, 14:26 (2 d)
Engine
blob
Format
Raw Data
Handle
26660635
Attached To
rPH Phabricator
PhabricatorMacroEditController.php
View Options
<?php
final
class
PhabricatorMacroEditController
extends
PhameBlogController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorMacroEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment