|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Stores repository clipboard data. More...
Collaboration diagram for ILIAS\Portfolio\Access\AccessSessionRepository:Public Member Functions | |
| __construct () | |
| setSharedSessionPassword (int $node_id, string $pw) | |
| getSharedSessionPassword (int $node_id) | |
Data Fields | |
| const | KEY_BASE = "port_acc_" |
Stores repository clipboard data.
Definition at line 28 of file class.AccessSessionRepository.php.
| ILIAS\Portfolio\Access\AccessSessionRepository::__construct | ( | ) |
Definition at line 32 of file class.AccessSessionRepository.php.
| ILIAS\Portfolio\Access\AccessSessionRepository::getSharedSessionPassword | ( | int | $node_id | ) |
Definition at line 42 of file class.AccessSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Portfolio\Access\AccessSessionRepository::setSharedSessionPassword | ( | int | $node_id, |
| string | $pw | ||
| ) |
Definition at line 36 of file class.AccessSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| const ILIAS\Portfolio\Access\AccessSessionRepository::KEY_BASE = "port_acc_" |
Definition at line 30 of file class.AccessSessionRepository.php.