Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96301820
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
Tue, Dec 24, 20:14
Size
282 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 20:14 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23145927
Attached To
rPH Phabricator
PhabricatorXHPASTViewInputController.php
View Options
<?php
final
class
PhabricatorXHPASTViewInputController
extends
PhabricatorXHPASTViewPanelController
{
public
function
processRequest
()
{
$input
=
$this
->
getStorageTree
()->
getInput
();
return
$this
->
buildXHPASTViewPanelResponse
(
phutil_escape_html
(
$input
));
}
}
Event Timeline
Log In to Comment