Example #1
0
 /**
  * @param array $arr
  */
 public function movimentoDetalhe(array $arr)
 {
     $this->mountAuto('movimento_detalhe');
     $this->mount($arr, 'movimento_detalhe');
     $this->file->newLine();
 }