summaryrefslogtreecommitdiff
path: root/server/core/CoreInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/CoreInterface.php')
-rwxr-xr-xserver/core/CoreInterface.php15
1 files changed, 13 insertions, 2 deletions
diff --git a/server/core/CoreInterface.php b/server/core/CoreInterface.php
index 6c2313b..8bcfad4 100755
--- a/server/core/CoreInterface.php
+++ b/server/core/CoreInterface.php
@@ -1,15 +1,26 @@
<?php
/**
-* File containing Core Interface
+* 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