Page MenuHomec4science

PhabricatorXHPASTViewInputController.php
No OneTemporary

File Metadata

Created
Mon, Jul 15, 01:11

PhabricatorXHPASTViewInputController.php

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

Event Timeline