Page MenuHomec4science

PhabricatorXHPASTViewInputController.php
No OneTemporary

File Metadata

Created
Mon, Feb 10, 11:12

PhabricatorXHPASTViewInputController.php

<?php
final class PhabricatorXHPASTViewInputController
extends PhabricatorXHPASTViewPanelController {
public function processRequest() {
$input = $this->getStorageTree()->getInput();
return $this->buildXHPASTViewPanelResponse(
phutil_escape_html($input));
}
}

Event Timeline