Page MenuHomePhorge

AphrontDialogResponse.php
No OneTemporary

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
Jan 19 2025, 11:42 (5 w, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124205
Default Alt Text
AphrontDialogResponse.php (345 B)

Event Timeline