summaryrefslogtreecommitdiff
path: root/server/core/CoreInterface.php
diff options
context:
space:
mode:
authorEoleDev <EoleDev@outlook.fr>2016-02-05 00:07:31 +0100
committerEoleDev <EoleDev@outlook.fr>2016-02-05 00:07:31 +0100
commitc2a5b1880c19c1490c42eb40a6a15ce2bc64b9e9 (patch)
tree8a83582ed8d5feb01b4b68ecad541a83fe385ace /server/core/CoreInterface.php
parentb39f5c1cd4631be3259b272e1f6cbe9b4915410b (diff)
Request Analyse reviewed, Server Initialisation Reviewed, Core Class Interface Created, App created
Diffstat (limited to 'server/core/CoreInterface.php')
-rwxr-xr-xserver/core/CoreInterface.php7
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