Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107124071
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, Apr 4, 23:26
Size
345 B
Mime Type
text/x-php
Expires
Sun, Apr 6, 23:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25334917
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment