コード例 #1
0
ファイル: ExampleUserIdentity.php プロジェクト: jhuss/yii-usr
 protected static function createFromUser(User $user)
 {
     $identity = new UserIdentity($user->username, null);
     $identity->initFromUser($user);
     return $identity;
 }