|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilForumThreadSettingsSessionStorage:Public Member Functions | |
| __construct (private readonly string $key) | |
| get (int $thread_id, $default=null) | |
| set (int $thread_id, $value) | |
Private Member Functions | |
| getSessionCollection () | |
Definition at line 21 of file class.ilForumThreadSettingsSessionStorage.php.
| ilForumThreadSettingsSessionStorage::__construct | ( | private readonly string | $key | ) |
Definition at line 23 of file class.ilForumThreadSettingsSessionStorage.php.
| ilForumThreadSettingsSessionStorage::get | ( | int | $thread_id, |
$default = null |
|||
| ) |
| mixed | null | $default |
Definition at line 48 of file class.ilForumThreadSettingsSessionStorage.php.
References getSessionCollection().
Here is the call graph for this function:
|
private |
Definition at line 30 of file class.ilForumThreadSettingsSessionStorage.php.
References ilSession\get().
Referenced by get(), and set().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumThreadSettingsSessionStorage::set | ( | int | $thread_id, |
| $value | |||
| ) |
| mixed | $value |
Definition at line 58 of file class.ilForumThreadSettingsSessionStorage.php.
References getSessionCollection(), and ilSession\set().
Here is the call graph for this function: