Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96164748
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
Mon, Dec 23, 08:51
Size
371 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 08:51 (2 d)
Engine
blob
Format
Raw Data
Handle
23136923
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