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

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

g02aEntity
protected g02aEntity ( array $aCampos )
$aCampos array
    protected function g02aEntity($aCampos)
    {
        //G02a|CPF
        $this->linhaG[9] = $aCampos[1];
        $this->zLinhaGEntity($this->linhaG);
    }