Page MenuHomec4science

PhabricatorXHPASTViewInputController.php
No OneTemporary

File Metadata

Created
Fri, Apr 4, 20:05

PhabricatorXHPASTViewInputController.php

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

Event Timeline