Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
e3511d94
Commit
e3511d94
authored
Apr 27, 2016
by
Shakarim Sapa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Добавлены аннотации
parent
1cce28f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
common/modules/cases/Module.php
common/modules/cases/Module.php
+15
-1
No files found.
common/modules/cases/Module.php
View file @
e3511d94
...
...
@@ -12,16 +12,27 @@ class Module extends \common\components\WebModule
*/
public
$controllerNamespace
=
'common\modules\cases\controllers'
;
/**
* @var bool
*/
public
static
$active
=
true
;
/**
* @var string
*/
public
$menu_icons
=
'fa fa-file-o'
;
/**
* @return string
*/
public
static
function
name
()
{
return
'Управление кейсами'
;
}
/**
* @return string|void
*/
public
static
function
description
()
{
return
'Управление кейсами'
;
...
...
@@ -37,6 +48,9 @@ class Module extends \common\components\WebModule
// custom initialization code goes here
}
/**
* @return array
*/
public
static
function
adminMenu
()
{
return
array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment