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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2739
Commits
6
Branches
Tree:
1f05bdd3fa
develop
feature/rotating_product
master
feature/souke
prodstable
refactoring
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1f05bdd3fa'
${ noResults }
Souke
/
domain
/
_
/
ManagerInterface.php
ManagerInterface.php
60B
Raw
Normal View
History
Refactoring services #885
1 year ago
Refactoring architecture dossiers : dossier domain + suppression dossiers superflus
9 months ago
Refactoring services #885
1 year ago
[Technique] Remplacer la notion de "Utils" par "Manager" #1341
1 year ago
Refactoring services #885
1 year ago
[Administration] Dolibarr : génération automatique des factures producteurs #1182
1 year ago
1
2
3
4
5
6
7
8
<?php
namespace domain\_;
interface ManagerInterface
{
}