This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
aqm
/
sports_web
Beobachten
3
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
1acf342a71
Branches
Tags
dev
master
sports_web
/
Biz
/
Common
/
Inotify.php
Inotify.php
81 B
Verlauf
Originalformat
1
2
3
4
5
6
<?php
namespace Biz\Facades;
interface Inotify {
function update($params);
}
?>