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

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

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