| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Stores view status. More...
 Collaboration diagram for ILIAS\Container\Content\ModeSessionRepository: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\Container\Content\ModeSessionRepository::__construct | ( | ) | 
Definition at line 35 of file class.ModeSessionRepository.php.
| ILIAS\Container\Content\ModeSessionRepository::isAdminMode | ( | ) | 
Definition at line 49 of file class.ModeSessionRepository.php.
References ilSession\get(), and ilSession\has().
 Here is the call graph for this function:| ILIAS\Container\Content\ModeSessionRepository::isContentMode | ( | ) | 
Definition at line 57 of file class.ModeSessionRepository.php.
References ilSession\has().
 Here is the call graph for this function:| ILIAS\Container\Content\ModeSessionRepository::setAdminMode | ( | ) | 
Definition at line 39 of file class.ModeSessionRepository.php.
References ilSession\set().
 Here is the call graph for this function:| ILIAS\Container\Content\ModeSessionRepository::setContentMode | ( | ) | 
Definition at line 44 of file class.ModeSessionRepository.php.
References ilSession\clear().
 Here is the call graph for this function:
      
  | 
  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.