Session utilities.
More...
Session utilities.
- Author
- jc
- Version
- 1.0.0.2
Definition at line 10 of file SessionUtils.php.
◆ addOrRemoveValueFromArray()
static addOrRemoveValueFromArray |
( |
|
$arrayKey, |
|
|
|
$value, |
|
|
|
$add = true |
|
) |
| |
|
static |
◆ checkBoolean()
static checkBoolean |
( |
|
$key | ) |
|
|
static |
◆ delete()
◆ exists()
Returns true if the key exists in Session.
- Parameters
-
- Returns
- boolean
Definition at line 97 of file SessionUtils.php.
◆ get()
static get |
( |
|
$key, |
|
|
|
$default = NULL |
|
) |
| |
|
static |
◆ getArray()
static getArray |
( |
|
$arrayKey | ) |
|
|
static |
Retourne un tableau stocké en variable de session sous le nom $arrayKey.
- Parameters
-
- Returns
- array
Definition at line 17 of file SessionUtils.php.
◆ getBoolean()
static getBoolean |
( |
|
$key | ) |
|
|
static |
◆ isStarted()
◆ removeValueFromArray()
static removeValueFromArray |
( |
|
$arrayKey, |
|
|
|
$value |
|
) |
| |
|
static |
◆ session()
static session |
( |
|
$key, |
|
|
|
$default = NULL |
|
) |
| |
|
static |
◆ set()
static set |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
|
static |
Adds or sets a value to the Session at position $key.
- Parameters
-
Definition at line 71 of file SessionUtils.php.
◆ start()
static start |
( |
|
$name = null | ) |
|
|
static |
◆ terminate()
The documentation for this class was generated from the following file: