Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F423190
PhabricatorXHPASTViewFrameController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
594 B
Referenced Files
None
Subscribers
None
PhabricatorXHPASTViewFrameController.php
View Options
<?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'
=>
pht
(
'XHPAST View'
),
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 2, 1:45 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
57087
Default Alt Text
PhabricatorXHPASTViewFrameController.php (594 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment