Final Class Yiisoft\User\Guest\GuestIdentityFactory
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Creates a default implementation of the identity interface for a guest non-authenticated user.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| create() | Yiisoft\ |
Method Details
| public Yiisoft\ |
public function create(): GuestIdentityInterface
{
return new GuestIdentity();
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.