Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93570353
AphrontDialogResponse.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 29, 20:05
Size
371 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 20:05 (2 d)
Engine
blob
Format
Raw Data
Handle
22667606
Attached To
rPH Phabricator
AphrontDialogResponse.php
View Options
<?php
/**
* @group aphront
*/
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
();
}
}
Event Timeline
Log In to Comment