Total Complexity | 5 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | abstract class AdminController extends Controller |
||
11 | { |
||
12 | /** |
||
13 | * Out placeholders for modules |
||
14 | * @var object |
||
15 | */ |
||
16 | protected $alertBox; |
||
17 | |||
18 | public function __construct(Container $container) |
||
27 | |||
28 | } |
||
29 | |||
30 | protected function onlyAdmin() |
||
35 | } |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Only allow post messages |
||
40 | */ |
||
41 | protected function onlyPost() |
||
51 | } |