Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Laclic
/
Souke
Suivre
5
Ajouter aux favoris
0
Bifurcation
1
Code
Tickets
1
Demandes d'ajout
0
Versions
0
Wiki
Activité
2934
Révisions
6
Branches
Aborescence:
7235eda5a1
Souke
/
domain
/
_
/
ModuleInterface.php
ModuleInterface.php
100B
Brut
Vue normale
Historique
[Technique] Refactoring UserManager > UserModule
il y a 1 an
Refactoring architecture dossiers : dossier domain + suppression dossiers superflus
il y a 11 mois
[Technique] Refactoring UserManager > UserModule
il y a 1 an
[Technique] Refactoring UserManager en UserModule #1327
il y a 1 an
[Technique] Refactoring UserManager > UserModule
il y a 1 an
1
2
3
4
5
6
7
8
<?php
namespace
domain
\
_
;
interface
ModuleInterface
{
public
function
getServices
()
:
array
;
}