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

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

zc01Entity Cria a tag cana
protected zc01Entity ( array $aCampos )
$aCampos array
    protected function zc01Entity($aCampos)
    {
        //ZC|safra|ref|qTotMes|qTotAnt|qTotGer|vFor|vTotDed|vLiqFor|
        $this->make->tagcana($aCampos[1], $aCampos[2]);
        $this->linhaZC[1] = $aCampos[3];
        //qTotMes
        $this->linhaZC[2] = $aCampos[4];
        //qTotAnt
        $this->linhaZC[3] = $aCampos[5];
        //qTotGer
        $this->linhaZC[4] = $aCampos[6];
        //vFor
        $this->linhaZC[5] = $aCampos[7];
        //vTotDed
        $this->linhaZC[6] = $aCampos[8];
        //vLiqFor
    }