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

ga02Entity() protected méthode

ga02Entity Cria a tag autXML com CNPJ
protected ga02Entity ( array $aCampos )
$aCampos array
    protected function ga02Entity($aCampos)
    {
        //GA02|CNPJ|
        $this->make->tagautXML($aCampos[1], '');
    }