Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889154
AphrontDialogResponse.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
345 B
Referenced Files
None
Subscribers
None
AphrontDialogResponse.php
View Options
<?php
final
class
AphrontDialogResponse
extends
AphrontResponse
{
private
$dialog
;
public
function
setDialog
(
AphrontDialogView
$dialog
)
{
$this
->
dialog
=
$dialog
;
return
$this
;
}
public
function
getDialog
(
)
{
return
$this
->
dialog
;
}
public
function
buildResponseString
(
)
{
return
$this
->
dialog
->
render
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 11:42 (5 w, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124205
Default Alt Text
AphrontDialogResponse.php (345 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment