/** * zc04Entity * Cria a tag forDia * * @param array $aCampos */ protected function zc04Entity($aCampos) { //ZC04|dia|qtde| $this->make->tagforDia($aCampos[1], $aCampos[2], $this->linhaZC[1], $this->linhaZC[2], $this->linhaZC[3]); }