NFePHP\NFe\ConvertNFe::zc04Entity PHP Метод

zc04Entity() защищенный Метод

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