Exemplo n.º 1
0
 protected function after()
 {
     $this->document->setData($this->getOutput());
     parent::after();
 }
Exemplo n.º 2
0
 public function after()
 {
     $this->document->setData($this->getReturn());
     parent::after();
 }
Exemplo n.º 3
0
 protected function after()
 {
     $this->document->bodySet($this->getOutput());
     parent::after();
 }