class SessionHelper

Properties

protected $namespace

Methods

__construct(string $namespace = "default")

Constructor

__set(string $name, mixed $value)

Magic Set

NULL
__get(string $name)

Magic Get

__isset(string $name)

Magic Isset

__unset(string $name)

Magic Unset

Details

at line 21
__construct(string $namespace = "default")

Constructor

Parameters

string $namespace

Exceptions

SessionException

at line 45
__set(string $name, mixed $value)

Magic Set

Parameters

string $name
mixed $value

Exceptions

SessionException

at line 62
NULL __get(string $name)

Magic Get

Parameters

string $name

Return Value

NULL

Exceptions

SessionException

at line 82
__isset(string $name)

Magic Isset

Parameters

string $name

Exceptions

SessionException

at line 98
__unset(string $name)

Magic Unset

Parameters

string $name

Exceptions

SessionException