3 final class PhabricatorXHPASTViewInputController
4 extends PhabricatorXHPASTViewPanelController
{
6 public function handleRequest(AphrontRequest
$request) {
7 $input = $this->getStorageTree()->getInput();
8 return $this->buildXHPASTViewPanelResponse($input);