| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ModeToggle This is just for testing!!! And will be removed after. More...
 Collaboration diagram for ILIAS\GlobalScreen\Client\ModeToggle:Public Member Functions | |
| __construct () | |
| getMode () | |
| saveStateOfAll () | |
| toggle () | |
Data Fields | |
| const | GS_MODE = 'gs_mode' | 
| const | MODE1 = "all" | 
| const | MODE2 = "none" | 
Protected Attributes | |
| WrapperFactory | $wrapper | 
| Factory | $refinery | 
| ilCtrlInterface | $ctrl | 
| ILIAS GlobalScreen Services | $global_screen | 
| ILIAS HTTP Services | $http | 
Class ModeToggle This is just for testing!!! And will be removed after.
Definition at line 31 of file ModeToggle.php.
| ILIAS\GlobalScreen\Client\ModeToggle::__construct | ( | ) | 
Definition at line 43 of file ModeToggle.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ilInitialisation\initILIAS(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ILIAS\GlobalScreen\Client\ModeToggle::getMode | ( | ) | 
Definition at line 54 of file ModeToggle.php.
References ILIAS\Repository\refinery().
Referenced by ILIAS\GlobalScreen\Client\ModeToggle\saveStateOfAll(), and ILIAS\GlobalScreen\Client\ModeToggle\toggle().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\GlobalScreen\Client\ModeToggle::saveStateOfAll | ( | ) | 
Definition at line 61 of file ModeToggle.php.
References ILIAS\GlobalScreen\Client\ModeToggle\getMode(), and ILIAS\GlobalScreen\Client\ItemState\LEVEL_OF_TOOL.
 Here is the call graph for this function:| ILIAS\GlobalScreen\Client\ModeToggle::toggle | ( | ) | 
Definition at line 66 of file ModeToggle.php.
References $_SERVER, ILIAS\GlobalScreen\Client\ModeToggle\getMode(), ILIAS\UI\examples\Symbol\Glyph\Header\header(), and ILIAS\FileDelivery\http().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 39 of file ModeToggle.php.
Definition at line 40 of file ModeToggle.php.
Definition at line 41 of file ModeToggle.php.
      
  | 
  protected | 
Definition at line 38 of file ModeToggle.php.
      
  | 
  protected | 
Definition at line 37 of file ModeToggle.php.
| const ILIAS\GlobalScreen\Client\ModeToggle::GS_MODE = 'gs_mode' | 
Definition at line 33 of file ModeToggle.php.
| const ILIAS\GlobalScreen\Client\ModeToggle::MODE1 = "all" | 
Definition at line 34 of file ModeToggle.php.
| const ILIAS\GlobalScreen\Client\ModeToggle::MODE2 = "none" | 
Definition at line 35 of file ModeToggle.php.