summaryrefslogtreecommitdiff
path: root/server/core/CoreInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/CoreInterface.php')
-rwxr-xr-xserver/core/CoreInterface.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/server/core/CoreInterface.php b/server/core/CoreInterface.php
index ed0d959..8bcfad4 100755
--- a/server/core/CoreInterface.php
+++ b/server/core/CoreInterface.php
@@ -1,7 +1,26 @@
<?php
+/**
+* File containing Core Interface.
+*
+*/
+/**
+* Interface for the main classes of the API
+*
+* @version 1.0 Initialisation of this file
+* @since 1.0 Core application's file
+*
+* @author Eole 'eoledev at outlook . fr'
+*/
interface Core{
+ /**
+ * Execute an action in the class
+ *
+ * @param String $action Function to be called
+ *
+ * @return void
+ */
public function action($action);
} \ No newline at end of file