NFePHP\NFe\ConvertNFe::ba10Entity PHP Method

ba10Entity() protected method

ba10Entity Cria a tag refNFP
protected ba10Entity ( array $aCampos )
$aCampos array
    protected function ba10Entity($aCampos)
    {
        //BA10|cUF|AAMM|IE|mod|serie|nNF|
        $this->linhaBA10[0] = $aCampos[0];
        $this->linhaBA10[1] = $aCampos[1];
        $this->linhaBA10[2] = $aCampos[2];
        $this->linhaBA10[3] = $aCampos[3];
        $this->linhaBA10[4] = $aCampos[4];
        $this->linhaBA10[5] = $aCampos[5];
        $this->linhaBA10[6] = $aCampos[6];
        $this->linhaBA10[7] = '';
        $this->linhaBA10[8] = '';
    }