0 follower

Final Class Yiisoft\User\Guest\GuestIdentity

InheritanceYiisoft\User\Guest\GuestIdentity
ImplementsYiisoft\User\Guest\GuestIdentityInterface

Default implementation of the identity interface for a guest non-authenticated user.

Public Methods

Hide inherited methods

Method Description Defined By
getId() Yiisoft\User\Guest\GuestIdentity

Method Details

Hide inherited methods

getId() public method

public string|null getId ( )

                public function getId(): ?string
{
    return null;
}