ILIAS  trunk Revision v12.0_alpha-1329-g1094ddb0c33
ILIAS\StaticURL\Session\ILIASSessionStore Class Reference
+ Inheritance diagram for ILIAS\StaticURL\Session\ILIASSessionStore:
+ Collaboration diagram for ILIAS\StaticURL\Session\ILIASSessionStore:

Public Member Functions

 set (string $key, mixed $value)
 
 get (string $key)
 
 set (string $key, mixed $value)
 
 get (string $key)
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 26 of file ILIASSessionStore.php.

Member Function Documentation

◆ get()

ILIAS\StaticURL\Session\ILIASSessionStore::get ( string  $key)

Implements ILIAS\StaticURL\Session\SessionStore.

Definition at line 33 of file ILIASSessionStore.php.

33 : mixed
34 {
36 }
get(string $class_name)

References ILIAS\GlobalScreen\get().

+ Here is the call graph for this function:

◆ set()

ILIAS\StaticURL\Session\ILIASSessionStore::set ( string  $key,
mixed  $value 
)

Implements ILIAS\StaticURL\Session\SessionStore.

Definition at line 28 of file ILIASSessionStore.php.

28 : void
29 {
30 \ilSession::set($key, $value);
31 }
static set(string $a_var, $a_val)
Set a value.

References ilSession\set().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: