meraproject/module/core/site/theme/structure/eThemeOption.php

8 lines
159 B
PHP
Raw Normal View History

<?
namespace core\site\theme\structure;
class eThemeOption{
const ID = 'id';
const CONTROLLER = 'controller';
const NAME = 'name';
}