1 | <?php |
||
9 | class AbstractController extends \craft\web\Controller |
||
10 | { |
||
11 | |||
12 | /************************************************ |
||
13 | * Access Control |
||
14 | ************************************************/ |
||
15 | |||
16 | /** |
||
17 | * @return bool |
||
18 | * @throws \yii\web\ForbiddenHttpException |
||
19 | */ |
||
20 | public function checkAdminAccess(): bool |
||
25 | } |
||
26 |