1 | <?php |
||
19 | class SettingsController extends AbstractController |
||
20 | { |
||
21 | /** |
||
22 | * @return array |
||
23 | */ |
||
24 | public function behaviors() |
||
49 | |||
50 | /** |
||
51 | * @return array |
||
52 | */ |
||
53 | protected function verbs(): array |
||
59 | |||
60 | /** |
||
61 | * @return mixed |
||
62 | * @throws \yii\base\InvalidConfigException |
||
63 | */ |
||
64 | public function actionSave() |
||
77 | |||
78 | /** |
||
79 | * @return bool |
||
80 | * @throws \yii\web\ForbiddenHttpException |
||
81 | */ |
||
82 | public function checkUpdateAccess(): bool |
||
86 | } |
||
87 |