This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
root
/
qii
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
527cfe4076
Branches
Tags
dev
dev_0122
dev_0325_psr4
feature/chromelog_0920
feature/optimization_0919
master
zjh-dev01
1.10.21
1.10.20
1.10.19
1.10.18
1.10.17
1.10.16
1.10.15
1.10.14
1.10.13
1.10.12
1.10.11
1.10.10
1.10.9
1.10.8
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10
1.09
1.08
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
qii
/
Qii
/
View
/
Intf.php
Intf.php
72 B
Historique
Raw
1
2
3
4
5
6
7
8
9
<?php
/**
* View Intferface
*/
namespace Qii\View;
interface Intf
{
}