user->isGuest) { return $this->redirect(['/site/login']); } } /** * {@inheritdoc} */ public function behaviors() { return [ 'verbs' => [ 'class' => VerbFilter::className(), 'actions' => [ 'delete' => ['POST'], ], ], ]; } /** * Lists all Script models. * @return mixed */ public function actionIndex() { $this->view->title = "Bảng tổng hợp"; return $this->render('index', [ ]); } }