v0

\Hubleto\Framework\Interfaces\SessionManagerInterface

Methods

ƒ getSalt

public getSalt(): string

ƒ start

public start(bool $persist, array $options = []): void

Parameters

Parameter Type Description
$persist bool
$options array

ƒ prolongSession

public prolongSession(int $seconds = 2592000): void

Parameters

Parameter Type Description
$seconds int

ƒ stop

public stop(): void

ƒ set

public set(string $path, mixed $value, string $key = ''): mixed

Parameters

Parameter Type Description
$path string
$value mixed
$key string

ƒ get

public get(string $path = '', string $key = ''): mixed

Parameters

Parameter Type Description
$path string
$key string

ƒ push

public push(string $path, mixed $value): void

Parameters

Parameter Type Description
$path string
$value mixed

ƒ isset

public isset(string $path): bool

Parameters

Parameter Type Description
$path string

ƒ unset

public unset(string $path): void

Parameters

Parameter Type Description
$path string

ƒ clear

public clear(): void
www.hubleto.com | Found a bug or missing something? Report an issue via GitHub.