このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Laclic
/
Souke
ウォッチ
5
スター
0
フォーク
1
コード
課題
1
プルリクエスト
0
リリース
0
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
3081
コミット
6
ブランチ
ツリー:
e1546f62c2
develop
feature/rotating_product
master
feature/souke
prodstable
refactoring
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'e1546f62c2' から
${ noResults }
Souke
/
domain
/
_
/
DefinitionInterface.php
DefinitionInterface.php
106B
Raw
通常表示
履歴
Refactoring repositories #1084
1年前
Refactoring architecture dossiers : dossier domain + suppression dossiers superflus
9ヶ月前
Refactoring repositories #1084
1年前
Refactoring repositories #1084
1年前
Refactoring repositories #1084
1年前
1
2
3
4
5
6
7
8
<?php
namespace domain\_;
interface DefinitionInterface
{
public function getEntityFqcn(): string;
}