Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2354564
AphrontDialogResponse.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
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
Tue, Sep 16, 1:25 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
377472
Default Alt Text
AphrontDialogResponse.php (345 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment