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

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

notafiscalEntity Cria a entidade nota fiscal
protected notafiscalEntity ( array $aCampos )
$aCampos array
    protected function notafiscalEntity($aCampos)
    {
        $this->zClearParam();
        $this->make = new MakeNFe();
        $aCampos = array();
    }