Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
Souke
Seguir
5
Destacar
0
Fork
1
Código
Incidencias
1
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
3076
Commits
6
Ramas
Árbol:
e85221dbad
Souke
/
domain
/
_
/
ModuleInterface.php
ModuleInterface.php
100B
Original
Vista normal
Histórico
[Technique] Refactoring UserManager > UserModule
hace 1 año
Refactoring architecture dossiers : dossier domain + suppression dossiers superflus
hace 1 año
[Technique] Refactoring UserManager > UserModule
hace 1 año
[Technique] Refactoring UserManager en UserModule #1327
hace 1 año
[Technique] Refactoring UserManager > UserModule
hace 1 año
1
2
3
4
5
6
7
8
<?php
namespace
domain
\
_
;
interface
ModuleInterface
{
public
function
getServices
()
:
array
;
}