Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
18 | public function __construct(Container $container) |
||
19 | { |
||
20 | |||
21 | $this->loadModules[] = 'AlertBox'; |
||
22 | parent::__construct($container); |
||
23 | |||
24 | //Sending the auth level to the data |
||
25 | $this->data['userRole'] = $this->auth->getUserRole(); |
||
26 | $this->data['userLevel'] = $this->auth->getUserLevel(); |
||
27 | |||
51 | } |