Interface Yiisoft\User\Guest\GuestIdentityFactoryInterface
| Implemented by | Yiisoft\ |
|---|
Implementations should create instances of the identity interface for a guest non-authenticated user.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| create() | Creates an instance of identity interface for a guest non-authenticated user. | Yiisoft\ |
Method Details
Creates an instance of identity interface for a guest non-authenticated user.
| public abstract Yiisoft\ | ||
| return | Yiisoft\ |
Instance of identity interface for a guest non-authenticated. |
|---|---|---|
public function create(): GuestIdentityInterface;
User Contributed Notes
Leave a comment
Join the conversation to share a note.