Final Class Yiisoft\User\Event\BeforeLogout
| Inheritance | Yiisoft\ |
|---|
Public Methods
Method Details
| public mixed __construct ( \ | ||
| $identity | \ |
|
public function __construct(private IdentityInterface $identity) {}
| public \ |
public function getIdentity(): IdentityInterface
{
return $this->identity;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.