1 | <?php |
||
14 | abstract class AbstractController extends \flipbox\craft\ember\controllers\AbstractController |
||
15 | { |
||
16 | /** |
||
17 | * @return array |
||
18 | */ |
||
19 | public function behaviors() |
||
36 | |||
37 | /** |
||
38 | * @return bool |
||
39 | * @throws \yii\web\ForbiddenHttpException |
||
40 | */ |
||
41 | public function checkAdminAccess(): bool |
||
46 | } |
||
47 |