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', )); } }