コード例 #1
0
 protected function after()
 {
     parent::after();
     $this->document->setData($this->getOutput());
     $this->setOutput($this->document->compile());
     $this->response->setContentType($this->document->getMime())->setContentEncoding($this->document->getEncoding());
 }
コード例 #2
0
 protected function after()
 {
     parent::after();
     $this->document->bodySet($this->getOutput());
     $this->document->output();
 }
コード例 #3
0
 public function after()
 {
     $this->document->setData($this->getReturn());
     parent::after();
 }
コード例 #4
0
 protected function after()
 {
     $this->document->setData($this->getOutput());
     parent::after();
 }