Final Class Yiisoft\User\Event\AfterLogout
| Inheritance | Yiisoft\User\Event\AfterLogout |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\User\Event\AfterLogout | |
| getIdentity() | Yiisoft\User\Event\AfterLogout |
Method Details
| public mixed __construct ( \Yiisoft\Auth\IdentityInterface $identity ) | ||
| $identity | \Yiisoft\Auth\IdentityInterface | |
public function __construct(private IdentityInterface $identity)
{
}
| public \Yiisoft\Auth\IdentityInterface getIdentity ( ) |
public function getIdentity(): IdentityInterface
{
return $this->identity;
}
Signup or Login in order to comment.