| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\GlobalScreen\Client\ItemState:Public Member Functions | |
| __construct (IdentificationInterface $identification) | |
| ItemState constructor.  More... | |
| isItemActive () | |
| getStorage () | |
Data Fields | |
| const | LEVEL_OF_TOOL = 1 | 
| const | COOKIE_NS_GS = 'gs_active_items' | 
Protected Attributes | |
| WrapperFactory | $wrapper | 
| Factory | $refinery | 
Private Attributes | |
| IdentificationInterface | $identification | 
| array | $storage | 
Class ItemState.
Definition at line 32 of file ItemState.php.
| ILIAS\GlobalScreen\Client\ItemState::__construct | ( | IdentificationInterface | $identification | ) | 
ItemState constructor.
| IdentificationInterface | $identification | 
Definition at line 49 of file ItemState.php.
References $DIC, ILIAS\GlobalScreen\Client\ItemState\$identification, ILIAS\GlobalScreen\Client\ItemState\getStorage(), ilInitialisation\initILIAS(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ILIAS\GlobalScreen\Client\ItemState::getStorage | ( | ) | 
Definition at line 70 of file ItemState.php.
References ILIAS\Repository\refinery().
Referenced by ILIAS\GlobalScreen\Client\ItemState\__construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\GlobalScreen\Client\ItemState::isItemActive | ( | ) | 
      
  | 
  private | 
Definition at line 38 of file ItemState.php.
Referenced by ILIAS\GlobalScreen\Client\ItemState\__construct().
      
  | 
  protected | 
Definition at line 42 of file ItemState.php.
      
  | 
  private | 
Definition at line 39 of file ItemState.php.
      
  | 
  protected | 
Definition at line 41 of file ItemState.php.
| const ILIAS\GlobalScreen\Client\ItemState::COOKIE_NS_GS = 'gs_active_items' | 
Definition at line 37 of file ItemState.php.
| const ILIAS\GlobalScreen\Client\ItemState::LEVEL_OF_TOOL = 1 | 
Definition at line 36 of file ItemState.php.
Referenced by ILIAS\GlobalScreen\Client\ModeToggle\saveStateOfAll().