ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Stores view status. More...
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().
ILIAS\Container\Content\ViewSessionRepository::isContentView | ( | ) |
Definition at line 57 of file class.ViewSessionRepository.php.
References ilSession\has().
ILIAS\Container\Content\ViewSessionRepository::setAdminView | ( | ) |
Definition at line 39 of file class.ViewSessionRepository.php.
References ilSession\set().
ILIAS\Container\Content\ViewSessionRepository::setContentView | ( | ) |
Definition at line 44 of file class.ViewSessionRepository.php.
References ilSession\clear().
|
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.