ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (string $session_key) | |
get (int $thread_id, $default=null) | |
set (int $thread_id, $value) | |
Private Member Functions | |
getSessionCollection () | |
Private Attributes | |
string | $key |
Definition at line 21 of file class.ilForumThreadSettingsSessionStorage.php.
ilForumThreadSettingsSessionStorage::__construct | ( | string | $session_key | ) |
Definition at line 25 of file class.ilForumThreadSettingsSessionStorage.php.
ilForumThreadSettingsSessionStorage::get | ( | int | $thread_id, |
$default = null |
|||
) |
int | $thread_id | |
mixed | null | $default |
Definition at line 52 of file class.ilForumThreadSettingsSessionStorage.php.
References $key, and getSessionCollection().
|
private |
Definition at line 33 of file class.ilForumThreadSettingsSessionStorage.php.
References $key, and ilSession\get().
Referenced by get(), and set().
ilForumThreadSettingsSessionStorage::set | ( | int | $thread_id, |
$value | |||
) |
int | $thread_id | |
mixed | $value |
Definition at line 63 of file class.ilForumThreadSettingsSessionStorage.php.
References $key, getSessionCollection(), and ilSession\set().
|
private |
Definition at line 23 of file class.ilForumThreadSettingsSessionStorage.php.
Referenced by get(), getSessionCollection(), and set().