diff options
| author | EoleDev <EoleDev@outlook.fr> | 2016-02-05 00:07:31 +0100 |
|---|---|---|
| committer | EoleDev <EoleDev@outlook.fr> | 2016-02-05 00:07:31 +0100 |
| commit | c2a5b1880c19c1490c42eb40a6a15ce2bc64b9e9 (patch) | |
| tree | 8a83582ed8d5feb01b4b68ecad541a83fe385ace /server/core/CoreInterface.php | |
| parent | b39f5c1cd4631be3259b272e1f6cbe9b4915410b (diff) | |
Request Analyse reviewed, Server Initialisation Reviewed, Core Class Interface Created, App created
Diffstat (limited to 'server/core/CoreInterface.php')
| -rwxr-xr-x | server/core/CoreInterface.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/core/CoreInterface.php b/server/core/CoreInterface.php new file mode 100755 index 0000000..ed0d959 --- /dev/null +++ b/server/core/CoreInterface.php @@ -0,0 +1,7 @@ +<?php
+
+interface Core{
+
+ public function action($action);
+
+}
\ No newline at end of file |
