Page MenuHomec4science

PhabricatorXHPASTViewInputController.php
No OneTemporary

File Metadata

Created
Tue, Dec 24, 00:13

PhabricatorXHPASTViewInputController.php

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

Event Timeline