NFePHP\NFe\ConvertNFe::g02aEntity PHP Méthode

g02aEntity() protected méthode

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