diff options
| author | EoleDev <EoleDev@outlook.fr> | 2016-04-26 20:42:31 +0200 |
|---|---|---|
| committer | EoleDev <EoleDev@outlook.fr> | 2016-04-26 20:42:31 +0200 |
| commit | 5263cf00a253891396c442fe5be29762fb8be50d (patch) | |
| tree | 36adbdf4ccefaf85fe0ffb9c08c44f2fb8221da6 /server/core/CoreInterface.php | |
| parent | 477dc821824b422c11d0d34b644de4b68a596510 (diff) | |
Refactoring of comments beginning
Diffstat (limited to 'server/core/CoreInterface.php')
| -rwxr-xr-x | server/core/CoreInterface.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/server/core/CoreInterface.php b/server/core/CoreInterface.php index ed0d959..6c2313b 100755 --- a/server/core/CoreInterface.php +++ b/server/core/CoreInterface.php @@ -1,5 +1,13 @@ <?php
-
+/**
+* File containing Core Interface
+*
+* @version 1.0 Initialisation of this file
+* @since 1.0 Core application's file
+*
+* @author Eole 'eoledev at outlook . fr'
+*
+*/
interface Core{
public function action($action);
|
