Module version and path implemented

This commit is contained in:
Dennis Eichhorn 2015-12-29 18:38:45 +01:00
parent 4dd25783c8
commit 59c8c555af

View File

@ -40,6 +40,22 @@ use phpOMS\Views\ViewLayout;
class Controller extends ModuleAbstract implements WebInterface
{
/**
* Module path.
*
* @var \string
* @since 1.0.0
*/
const MODULE_PATH = __DIR__;
/**
* Module version.
*
* @var \string
* @since 1.0.0
*/
const MODULE_VERSION = '1.0.0';
/**
* Module name.
*