0 follower

Final Class Yiisoft\User\Event\AfterLogout

InheritanceYiisoft\User\Event\AfterLogout

Method Details

Hide inherited methods

__construct() public method

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

                public function __construct(private IdentityInterface $identity)
{
}

            
getIdentity() public method

public \Yiisoft\Auth\IdentityInterface getIdentity ( )

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