Exemple #1
0
 /**
  * Gera o relatório
  * 
  * @param string $dest
  * @return string 
  */
 public function show($dest = 'S')
 {
     $this->_make();
     return $this->_report->output('relatorio', $dest);
 }