Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->_module = Yii::$app->getModule('user');
 }
Exemplo n.º 2
0
 public function init()
 {
     $this->successCallback = Yii::$app->user->getIsGuest() ? [$this, 'authenticate'] : [$this, 'bindSocialNetwork'];
     $this->successUrl = RedirectHelper::getReturnUrl();
     parent::init();
 }