使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Laclic
/
Souke
关注
5
点赞
0
派生
1
代码
工单
1
合并请求
0
版本发布
0
百科
动态
2990
提交
6
分支
目录树:
090402c464
Souke
/
domain
/
_
/
GeneratorInterface.php
GeneratorInterface.php
62B
原始文件
普通视图
文件历史
[Administration] Utilisateurs : page crédit #1152
1年前
Refactoring architecture dossiers : dossier domain + suppression dossiers superflus
11 个月前
[Administration] Utilisateurs : page crédit #1152
1年前
1
2
3
4
5
6
7
8
<?php
namespace
domain
\
_
;
interface
GeneratorInterface
{
}