Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/response/AphrontDialogResponse.php
| <?php | <?php | ||||
| /** | |||||
| * @group aphront | |||||
| */ | |||||
| final class AphrontDialogResponse extends AphrontResponse { | final class AphrontDialogResponse extends AphrontResponse { | ||||
| private $dialog; | private $dialog; | ||||
| public function setDialog(AphrontDialogView $dialog) { | public function setDialog(AphrontDialogView $dialog) { | ||||
| $this->dialog = $dialog; | $this->dialog = $dialog; | ||||
| return $this; | return $this; | ||||
| } | } | ||||
| Show All 10 Lines | |||||