Page MenuHomePhorge

PhabricatorXHPASTViewFrameController.php
No OneTemporary

Size
664 B
Referenced Files
None
Subscribers
None

PhabricatorXHPASTViewFrameController.php

<?php
final class PhabricatorXHPASTViewFrameController
extends PhabricatorXHPASTViewController {
public function shouldAllowPublic() {
return true;
}
public function handleRequest(AphrontRequest $request) {
$id = $request->getURIData('id');
return $this->newPage()
->setApplicationName('XHPASTView')
->setBaseURI('/xhpast/')
->setTitle(pht('XHPAST View'))
->setGlyph("\xE2\x96\xA0")
->appendChild(phutil_tag(
'iframe',
array(
'src' => "/xhpast/frameset/{$id}/",
'frameborder' => '0',
'style' => 'width: 100%; height: 800px;',
'',
)));
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 8:24 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
100711
Default Alt Text
PhabricatorXHPASTViewFrameController.php (664 B)

Event Timeline