Page MenuHomestyx hydra

AphrontDialogResponse.php
No OneTemporary

AphrontDialogResponse.php

<?php
/**
* @group aphront
*/
final class AphrontDialogResponse extends AphrontResponse {
private $dialog;
public function setDialog(AphrontDialogView $dialog) {
$this->dialog = $dialog;
return $this;
}
public function buildResponseString() {
return $this->dialog->render();
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 3:39 PM (12 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347937
Default Alt Text
AphrontDialogResponse.php (308 B)

Event Timeline