Example #1
0
 /**
  *
  * @param \yii\web\User $user
  */
 protected function attachUserProperty($user)
 {
     $user->attachBehavior(UserProperties::className(), UserProperties::className());
 }