ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (IdentificationInterface $identification) | |
ItemState constructor. More... | |
isItemActive () | |
getStorage () | |
Data Fields | |
const | LEVEL_OF_TOOL = 1 |
const | LEVEL_OF_TOPITEM = 2 |
const | LEVEL_OF_SUBITEM = 10 |
const | COOKIE_NS_GS = 'gs_active_items' |
Private Attributes | |
$identification | |
$storage = [] | |
Class ItemState.
Definition at line 13 of file ItemState.php.
ILIAS\GlobalScreen\Client\ItemState::__construct | ( | IdentificationInterface | $identification | ) |
ItemState constructor.
IdentificationInterface | $identification |
Definition at line 35 of file ItemState.php.
References ILIAS\GlobalScreen\Client\ItemState\$identification, and ILIAS\GlobalScreen\Client\ItemState\getStorage().
ILIAS\GlobalScreen\Client\ItemState::getStorage | ( | ) |
Definition at line 54 of file ItemState.php.
References $_COOKIE.
Referenced by ILIAS\GlobalScreen\Client\ItemState\__construct().
ILIAS\GlobalScreen\Client\ItemState::isItemActive | ( | ) |
|
private |
Definition at line 23 of file ItemState.php.
Referenced by ILIAS\GlobalScreen\Client\ItemState\__construct().
|
private |
Definition at line 27 of file ItemState.php.
const ILIAS\GlobalScreen\Client\ItemState::COOKIE_NS_GS = 'gs_active_items' |
Definition at line 19 of file ItemState.php.
Referenced by ILIAS\GlobalScreen\Client\ModeToggle\toggle().
const ILIAS\GlobalScreen\Client\ItemState::LEVEL_OF_SUBITEM = 10 |
Definition at line 18 of file ItemState.php.
Referenced by ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\getLevel().
const ILIAS\GlobalScreen\Client\ItemState::LEVEL_OF_TOOL = 1 |
Definition at line 16 of file ItemState.php.
Referenced by ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\getLevel(), and ILIAS\GlobalScreen\Client\ModeToggle\saveStateOfAll().
const ILIAS\GlobalScreen\Client\ItemState::LEVEL_OF_TOPITEM = 2 |
Definition at line 17 of file ItemState.php.
Referenced by ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\getLevel().