Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101435856
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
Mon, Feb 10, 11:12
Size
282 B
Mime Type
text/x-php
Expires
Wed, Feb 12, 11:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24146619
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