ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Stores view status. More...
Public Member Functions | |
__construct () | |
setAdminMode () | |
setContentMode () | |
isAdminMode () | |
isContentMode () | |
Protected Attributes | |
const | KEY = "cont_view" |
const | VIEW_ADMIN = "admin" |
const | VIEW_CONTENT = "content" |
Stores view status.
Definition at line 29 of file class.ModeSessionRepository.php.
ILIAS\UI\Component\Legacy\Content\ModeSessionRepository::__construct | ( | ) |
Definition at line 35 of file class.ModeSessionRepository.php.
ILIAS\UI\Component\Legacy\Content\ModeSessionRepository::isAdminMode | ( | ) |
Definition at line 49 of file class.ModeSessionRepository.php.
References ilSession\get(), and ilSession\has().
ILIAS\UI\Component\Legacy\Content\ModeSessionRepository::isContentMode | ( | ) |
Definition at line 57 of file class.ModeSessionRepository.php.
References ilSession\has().
ILIAS\UI\Component\Legacy\Content\ModeSessionRepository::setAdminMode | ( | ) |
Definition at line 39 of file class.ModeSessionRepository.php.
References ilSession\set().
ILIAS\UI\Component\Legacy\Content\ModeSessionRepository::setContentMode | ( | ) |
Definition at line 44 of file class.ModeSessionRepository.php.
References ilSession\clear().
|
protected |
Definition at line 31 of file class.ModeSessionRepository.php.
|
protected |
Definition at line 32 of file class.ModeSessionRepository.php.
|
protected |
Definition at line 33 of file class.ModeSessionRepository.php.