mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-17 07:51:12 +08:00
Fixes #823: consistent interface naming
This commit is contained in:
@ -450,11 +450,11 @@ This feature is especially useful if you are developing an application that supp
|
||||
different DBMS.
|
||||
|
||||
|
||||
User and Identity
|
||||
-----------------
|
||||
User and IdentityInterface
|
||||
--------------------------
|
||||
|
||||
The `CWebUser` class in 1.1 is now replaced by `\yii\Web\User`, and there is no more
|
||||
`CUserIdentity` class. Instead, you should implement the `Identity` interface which
|
||||
`CUserIdentity` class. Instead, you should implement the `IdentityInterface` which
|
||||
is much more straightforward to implement. The bootstrap application provides such an example.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user