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