Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
16 | 30 | public function isManagerPortal() |
|
1 ignored issue
–
show
|
|||
17 | { |
||
18 | 30 | $url = URL::current(); |
|
19 | 30 | return $this->urlIsManagerPortal($url); |
|
20 | } |
||
30 |