Commit e3511d94 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлены аннотации

parent 1cce28f2
...@@ -12,16 +12,27 @@ class Module extends \common\components\WebModule ...@@ -12,16 +12,27 @@ class Module extends \common\components\WebModule
*/ */
public $controllerNamespace = 'common\modules\cases\controllers'; public $controllerNamespace = 'common\modules\cases\controllers';
/**
* @var bool
*/
public static $active = true; public static $active = true;
/**
* @var string
*/
public $menu_icons = 'fa fa-file-o'; public $menu_icons = 'fa fa-file-o';
/**
* @return string
*/
public static function name() public static function name()
{ {
return 'Управление кейсами'; return 'Управление кейсами';
} }
/**
* @return string|void
*/
public static function description() public static function description()
{ {
return 'Управление кейсами'; return 'Управление кейсами';
...@@ -37,6 +48,9 @@ class Module extends \common\components\WebModule ...@@ -37,6 +48,9 @@ class Module extends \common\components\WebModule
// custom initialization code goes here // custom initialization code goes here
} }
/**
* @return array
*/
public static function adminMenu() public static function adminMenu()
{ {
return array( return array(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment