|
ILIAS
release_8 Revision v8.24
|
Stores view status. More...
Collaboration diagram for ILIAS\Container\Content\ViewSessionRepository:Public Member Functions | |
| __construct () | |
| setAdminView () | |
| setContentView () | |
| isAdminView () | |
| isContentView () | |
Protected Attributes | |
| const | KEY = "cont_view" |
| const | VIEW_ADMIN = "admin" |
| const | VIEW_CONTENT = "content" |
Stores view status.
Definition at line 29 of file class.ViewSessionRepository.php.
| ILIAS\Container\Content\ViewSessionRepository::__construct | ( | ) |
Definition at line 35 of file class.ViewSessionRepository.php.
| ILIAS\Container\Content\ViewSessionRepository::isAdminView | ( | ) |
Definition at line 49 of file class.ViewSessionRepository.php.
References ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Container\Content\ViewSessionRepository::isContentView | ( | ) |
Definition at line 57 of file class.ViewSessionRepository.php.
References ilSession\has().
Here is the call graph for this function:| ILIAS\Container\Content\ViewSessionRepository::setAdminView | ( | ) |
Definition at line 39 of file class.ViewSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\Container\Content\ViewSessionRepository::setContentView | ( | ) |
Definition at line 44 of file class.ViewSessionRepository.php.
References ilSession\clear().
Here is the call graph for this function:
|
protected |
Definition at line 31 of file class.ViewSessionRepository.php.
|
protected |
Definition at line 32 of file class.ViewSessionRepository.php.
|
protected |
Definition at line 33 of file class.ViewSessionRepository.php.