Page MenuHomestyx hydra

PhabricatorXHPASTViewFrameController.php
No OneTemporary

PhabricatorXHPASTViewFrameController.php

<?php
final class PhabricatorXHPASTViewFrameController
extends PhabricatorXHPASTViewController {
private $id;
public function willProcessRequest(array $data) {
$this->id = $data['id'];
}
public function processRequest() {
$id = $this->id;
return $this->buildStandardPageResponse(
phutil_tag(
'iframe',
array(
'src' => '/xhpast/frameset/'.$id.'/',
'frameborder' => '0',
'style' => 'width: 100%; height: 800px;',
'',
)),
array(
'title' => 'XHPAST View',
));
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Feb 24, 7:26 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
851122
Default Alt Text
PhabricatorXHPASTViewFrameController.php (589 B)

Event Timeline