0 follower

Final Class Yiisoft\User\Event\AfterLogout

InheritanceYiisoft\User\Event\AfterLogout

Method Details

Hide inherited methods

__construct() public method

public __construct( \Yiisoft\Auth\IdentityInterface $identity ): mixed
$identity \Yiisoft\Auth\IdentityInterface

                public function __construct(private IdentityInterface $identity)
{
}

            
getIdentity() public method

public getIdentity( ): \Yiisoft\Auth\IdentityInterface

                public function getIdentity(): IdentityInterface
{
    return $this->identity;
}