Exemple #1
0
 public function getUser()
 {
     $this->username = Yii::$app->user->identity->username;
     $this->_glbUser = GlbUser::findByUsername($this->username);
     if ($this->_glbUser !== null) {
         return $this->_glbUser;
     }
     return false;
 }