3 final class PhabricatorXHPASTViewFramesetController
4 extends PhabricatorXHPASTViewController
{
6 public function shouldAllowPublic() {
10 public function handleRequest(AphrontRequest
$request) {
11 $id = $request->getURIData('id');
13 return id(new AphrontWebpageResponse())
15 ->setContent(phutil_tag(
17 array('cols' => '33%, 34%, 33%'),
19 phutil_tag('frame', array('src' => "/xhpast/input/{$id}/")),
20 phutil_tag('frame', array('src' => "/xhpast/tree/{$id}/")),
21 phutil_tag('frame', array('src' => "/xhpast/stream/{$id}/")),