public function init() { parent::init(); }
public function init() { parent::init(); \Yii::$app->getUser()->loginUrl = ["/user/security/login"]; }
public function init() { parent::init(); // custom initialization code goes here }
/** * @inheritdoc */ public function init() { parent::init(); // Translate $this->registerTranslations(); }