Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 8 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | 1 | public function module() |
|
18 | { |
||
19 | return array( |
||
20 | 1 | 'filename' => '\board3\portal\acp\portal_module', |
|
21 | 1 | 'title' => 'ACP_PORTAL', |
|
22 | 1 | 'version' => '2.1.0', |
|
23 | 'modes' => array( |
||
24 | 1 | 'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'ext_board3/portal && acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), |
|
25 | 1 | 'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'ext_board3/portal && acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), |
|
26 | 1 | ), |
|
27 | 1 | ); |
|
28 | } |
||
29 | } |
||
30 |