Page MenuHomePhorge

AphrontDialogResponse.php
No OneTemporary

Size
345 B
Referenced Files
None
Subscribers
None

AphrontDialogResponse.php

<?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

Mime Type
text/x-php
Expires
Wed, May 14, 11:29 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
131204
Default Alt Text
AphrontDialogResponse.php (345 B)

Event Timeline