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

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

g02Entity
protected g02Entity ( array $aCampos )
$aCampos array
    protected function g02Entity($aCampos)
    {
        //G02|CNPJ
        $this->linhaG[8] = $aCampos[1];
        $this->zLinhaGEntity($this->linhaG);
    }