Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107115594
PhabricatorXHPASTViewInputController.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
Fri, Apr 4, 20:05
Size
277 B
Mime Type
text/x-php
Expires
Sun, Apr 6, 20:05 (2 d)
Engine
blob
Format
Raw Data
Handle
25312346
Attached To
rPH Phabricator
PhabricatorXHPASTViewInputController.php
View Options
<?php
final
class
PhabricatorXHPASTViewInputController
extends
PhabricatorXHPASTViewPanelController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
$input
=
$this
->
getStorageTree
()->
getInput
();
return
$this
->
buildXHPASTViewPanelResponse
(
$input
);
}
}
Event Timeline
Log In to Comment