8 lines
159 B
PHP
8 lines
159 B
PHP
|
|
<?
|
||
|
|
|
||
|
|
namespace core\site\theme\structure;
|
||
|
|
class eThemeOption{
|
||
|
|
const ID = 'id';
|
||
|
|
const CONTROLLER = 'controller';
|
||
|
|
const NAME = 'name';
|
||
|
|
}
|