This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
URBANMS
/
EXCELIA_DBARR
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
b2e7dfed70
Branches
Tags
master
EXCELIA_DBARR
/
custom
/
nav
/
lib
/
NavOnlineInvoice
/
RequestIdGeneratorInterface.php
RequestIdGeneratorInterface.php
103 B
Histórico
Raw
1
2
3
4
5
6
7
<?php
namespace NavOnlineInvoice;
interface RequestIdGeneratorInterface {
function generate();
}