Page MenuHomec4science

PhabricatorXHPASTViewInputController.php
No OneTemporary

File Metadata

Created
Sun, Jul 14, 18:31

PhabricatorXHPASTViewInputController.php

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

Event Timeline