| 1 | <?php |
||
| 14 | class AbstractController extends \flipbox\ember\controllers\AbstractController |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return array |
||
| 18 | */ |
||
| 19 | public function behaviors() |
||
| 36 | |||
| 37 | /************************************************ |
||
| 38 | * Access Control |
||
| 39 | ************************************************/ |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return bool |
||
| 43 | * @throws \yii\web\ForbiddenHttpException |
||
| 44 | */ |
||
| 45 | public function checkAdminAccess(): bool |
||
| 50 | } |
||
| 51 |