|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo:Public Member Functions | |
| __construct (Session $session=null) | |
| set (int $style_id, string $style_type, array $characteristics) | |
| Set characteristics. More... | |
| getData () | |
| hasEntries (string $style_type) | |
| clear () | |
Protected Member Functions | |
| getValue () | |
Protected Attributes | |
| const | SESSION_KEY = "sty_copy" |
| Session | $session |
Definition at line 29 of file class.CharacteristicCopyPasteSessionRepo.php.
| ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo::__construct | ( | Session | $session = null | ) |
Definition at line 35 of file class.CharacteristicCopyPasteSessionRepo.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo\$session, ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo\clear(), ilSession\clear(), ilSession\get(), and ilSession\set().
Here is the call graph for this function:| ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo::clear | ( | ) |
Definition at line 93 of file class.CharacteristicCopyPasteSessionRepo.php.
Referenced by ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo\__construct().
Here is the caller graph for this function:| ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo::getData | ( | ) |
Definition at line 66 of file class.CharacteristicCopyPasteSessionRepo.php.
References $data, and ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo\getValue().
Here is the call graph for this function:
|
protected |
Definition at line 76 of file class.CharacteristicCopyPasteSessionRepo.php.
Referenced by ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo\getData(), and ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo\hasEntries().
Here is the caller graph for this function:| ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo::hasEntries | ( | string | $style_type | ) |
Definition at line 81 of file class.CharacteristicCopyPasteSessionRepo.php.
References ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo\getValue().
Here is the call graph for this function:| ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo::set | ( | int | $style_id, |
| string | $style_type, | ||
| array | $characteristics | ||
| ) |
Set characteristics.
Definition at line 59 of file class.CharacteristicCopyPasteSessionRepo.php.
|
protected |
Definition at line 33 of file class.CharacteristicCopyPasteSessionRepo.php.
Referenced by ILIAS\Style\Content\CharacteristicCopyPasteSessionRepo\__construct().
|
protected |
Definition at line 31 of file class.CharacteristicCopyPasteSessionRepo.php.