[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/aphront/response/ -> AphrontDialogResponse.php (source)

   1  <?php
   2  
   3  final class AphrontDialogResponse extends AphrontResponse {
   4  
   5    private $dialog;
   6  
   7    public function setDialog(AphrontDialogView $dialog) {
   8      $this->dialog = $dialog;
   9      return $this;
  10    }
  11  
  12    public function getDialog() {
  13      return $this->dialog;
  14    }
  15  
  16    public function buildResponseString() {
  17      return $this->dialog->render();
  18    }
  19  
  20  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1