Total Complexity | 5 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class DefaultController extends \modules\rbac\console\InitController |
||
16 | { |
||
17 | /** |
||
18 | * @inheritdoc |
||
19 | * @return array |
||
20 | */ |
||
21 | public function behaviors() |
||
37 | ], |
||
38 | ], |
||
39 | ]; |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * Renders the index view for the module |
||
44 | * @return mixed |
||
45 | */ |
||
46 | public function actionIndex() |
||
49 | } |
||
50 | |||
51 | /** |
||
52 | * Переинициализация RBAC |
||
53 | * с установкой настроек по умолчанию |
||
54 | */ |
||
55 | public function actionInit() |
||
63 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.