Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F949463
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
Tue, Jun 17, 1:31 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
223783
Default Alt Text
PhabricatorXHPASTViewFrameController.php (594 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment