3 final class PhabricatorXHPASTViewFrameController
4 extends PhabricatorXHPASTViewController
{
6 public function shouldAllowPublic() {
10 public function handleRequest(AphrontRequest
$request) {
11 $id = $request->getURIData('id');
13 return $this->buildStandardPageResponse(
17 'src' => "/xhpast/frameset/{$id}/",
19 'style' => 'width: 100%; height: 800px;',
23 'title' => pht('XHPAST View'),