summaryrefslogtreecommitdiff
path: root/server/core/CoreInterface.php
diff options
context:
space:
mode:
authorEoleDev <EoleDev@outlook.fr>2016-04-27 14:22:59 +0200
committerEoleDev <EoleDev@outlook.fr>2016-04-27 14:22:59 +0200
commit1d42345e07b2ef557de3c5049864e6885632b9e9 (patch)
treed84f1c5605bd0bcb2a35dfbe377ed60349c86532 /server/core/CoreInterface.php
parent5263cf00a253891396c442fe5be29762fb8be50d (diff)
End of comments
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