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

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

fEntity Local de retirada
protected fEntity ( array $aCampos )
$aCampos array
    protected function fEntity($aCampos)
    {
        //F|xLgr|nro|xCpl|xBairro|cMun|xMun|UF|
        $this->linhaF[0] = $aCampos[0];
        $this->linhaF[1] = $aCampos[1];
        $this->linhaF[2] = $aCampos[2];
        $this->linhaF[3] = $aCampos[3];
        $this->linhaF[4] = $aCampos[4];
        $this->linhaF[5] = $aCampos[5];
        $this->linhaF[6] = $aCampos[6];
        $this->linhaF[7] = $aCampos[7];
        $this->linhaF[8] = '';
        $this->linhaF[9] = '';
    }