AbstractSession
- Full name:
\PhalconKit\Identity\Traits\Abstracts\AbstractSession
Methods
getSessionKey
public getSessionKey(bool $refresh = false): string
- This method is abstract. Parameters:
| Parameter | Type | Description |
$refresh | bool | |
removeSessionIdentity
public removeSessionIdentity(): void
setSessionIdentity
public setSessionIdentity(array $identity): void
- This method is abstract. Parameters:
| Parameter | Type | Description |
$identity | array | |
getSessionIdentity
public getSessionIdentity(): array
hasSessionIdentity
public hasSessionIdentity(): bool
getKey