This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
URBANMS
/
EXCELIA_DBARR
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
b2e7dfed70
Ramos
Etiquetas
master
EXCELIA_DBARR
/
custom
/
nav
/
lib
/
NavOnlineInvoice
/
RequestIdGeneratorInterface.php
RequestIdGeneratorInterface.php
103 B
Histórico
Em bruto
1
2
3
4
5
6
7
<?php
namespace NavOnlineInvoice;
interface RequestIdGeneratorInterface {
function generate();
}