diff options
| author | Yoggzo <yogg@epsina.com> | 2016-03-27 19:40:36 +0200 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-03-27 19:40:36 +0200 |
| commit | 19d84e2ae4c6710aac2236df4f135409ef519fc8 (patch) | |
| tree | 1a39ae08133c2d6d01bfc93e124d1faf0d8be2a8 /server/core/Image.php | |
| parent | e9c7477ff0acedf9b49e508e1543395bbcbf7533 (diff) | |
Update commentaries
Diffstat (limited to 'server/core/Image.php')
| -rwxr-xr-x | server/core/Image.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/core/Image.php b/server/core/Image.php index e9736a2..c595135 100755 --- a/server/core/Image.php +++ b/server/core/Image.php @@ -5,7 +5,7 @@ * @version 1.0 Initialisation of this file * @since 1.0 Core application's file * -* @author Yogg 'yogg at epsina . com' +* @author Evan Pisani 'yogg at epsina . com' * * @todo Complete the functions with errors detection and finish the descriptions */ @@ -19,7 +19,7 @@ include("CoreInterface.php"); /** * Image Class of the back-end application * -* ADD CLASS DESCRIPTION +* Management of images * */ class image implements Core{ |
