This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
3093
Commits
6
Branches
Tree:
f41332b911
Souke
/
domain
/
_
/
ModuleInterface.php
ModuleInterface.php
100B
Raw
Normal View
History
[Technique] Refactoring UserManager > UserModule
1 year ago
Refactoring architecture dossiers : dossier domain + suppression dossiers superflus
11 months ago
[Technique] Refactoring UserManager > UserModule
1 year ago
[Technique] Refactoring UserManager en UserModule #1327
1 year ago
[Technique] Refactoring UserManager > UserModule
1 year ago
1
2
3
4
5
6
7
8
<?php
namespace
domain
\
_
;
interface
ModuleInterface
{
public
function
getServices
()
:
array
;
}