Skip to content

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
  • This method is abstract.

setSessionIdentity

public setSessionIdentity(array $identity): void
  • This method is abstract. Parameters:
Parameter Type Description
$identity array

getSessionIdentity

public getSessionIdentity(): array
  • This method is abstract.

hasSessionIdentity

public hasSessionIdentity(): bool
  • This method is abstract.

getKey

public getKey(): ?string
  • This method is abstract.