0 follower

Interface Yiisoft\User\Guest\GuestIdentityFactoryInterface

Implemented byYiisoft\User\Guest\GuestIdentityFactory

Implementations should create instances of the identity interface for a guest non-authenticated user.

Public Methods

Hide inherited methods

Method Description Defined By
create() Creates an instance of identity interface for a guest non-authenticated user. Yiisoft\User\Guest\GuestIdentityFactoryInterface

Method Details

Hide inherited methods

create() public abstract method

Creates an instance of identity interface for a guest non-authenticated user.

public abstract Yiisoft\User\Guest\GuestIdentityInterface create ( )
return Yiisoft\User\Guest\GuestIdentityInterface

Instance of identity interface for a guest non-authenticated.

                public function create(): GuestIdentityInterface;