Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Laclic
/
Souke
İzle
5
Yıldızla
0
Çatalla
1
Kod
Sorunlar
1
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
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.
3069
İşlemeler
6
Dallar
Ağaç:
f6fad5c0e7
develop
feature/rotating_product
master
feature/souke
prodstable
refactoring
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'f6fad5c0e7'den
${ noResults }
Souke
/
domain
/
_
/
ModuleInterface.php
ModuleInterface.php
100B
Ham
Normal Görünüm
Geçmiş
[Technique] Refactoring UserManager > UserModule
1 yıl önce
Refactoring architecture dossiers : dossier domain + suppression dossiers superflus
9 ay önce
[Technique] Refactoring UserManager > UserModule
1 yıl önce
[Technique] Refactoring UserManager en UserModule #1327
1 yıl önce
[Technique] Refactoring UserManager > UserModule
1 yıl önce
1
2
3
4
5
6
7
8
<?php
namespace domain\_;
interface ModuleInterface
{
public function getServices(): array;
}