|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Editing session repository. More...
Collaboration diagram for ILIAS\COPage\PC\MapEditorSessionRepository:Public Member Functions | |
| __construct () | |
| setMode (string $mode) | |
| getMode () | |
| setAreaNr (string $area_nr) | |
| getAreaNr () | |
| setAreaType (string $area_type) | |
| getAreaType () | |
| setCoords (string $coords) | |
| getCoords () | |
| setLinkType (string $link_type) | |
| getLinkType () | |
| setLinkTarget (string $link_target) | |
| getLinkTarget () | |
| setLinkFrame (string $link_frame) | |
| getLinkFrame () | |
Protected Attributes | |
| const | BASE_SESSION_KEY = 'copg_map_' |
| const | MODE_KEY = self::BASE_SESSION_KEY . 'mode' |
| const | AREA_NR_KEY = self::BASE_SESSION_KEY . 'area_nr' |
| const | AREA_TYPE_KEY = self::BASE_SESSION_KEY . 'area_type' |
| const | LINK_TYPE_KEY = self::BASE_SESSION_KEY . 'link_type' |
| const | LINK_TARGET_KEY = self::BASE_SESSION_KEY . 'link_target' |
| const | LINK_FRAME_KEY = self::BASE_SESSION_KEY . 'link_frame' |
| const | COORDS_KEY = self::BASE_SESSION_KEY . 'coords' |
Editing session repository.
Definition at line 26 of file class.MapEditorSessionRepository.php.
| ILIAS\COPage\PC\MapEditorSessionRepository::__construct | ( | ) |
Definition at line 37 of file class.MapEditorSessionRepository.php.
| ILIAS\COPage\PC\MapEditorSessionRepository::getAreaNr | ( | ) |
Definition at line 56 of file class.MapEditorSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::getAreaType | ( | ) |
Definition at line 66 of file class.MapEditorSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::getCoords | ( | ) |
Definition at line 76 of file class.MapEditorSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::getLinkFrame | ( | ) |
Definition at line 106 of file class.MapEditorSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::getLinkTarget | ( | ) |
Definition at line 96 of file class.MapEditorSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::getLinkType | ( | ) |
Definition at line 86 of file class.MapEditorSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::getMode | ( | ) |
Definition at line 46 of file class.MapEditorSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::setAreaNr | ( | string | $area_nr | ) |
Definition at line 51 of file class.MapEditorSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::setAreaType | ( | string | $area_type | ) |
Definition at line 61 of file class.MapEditorSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::setCoords | ( | string | $coords | ) |
Definition at line 71 of file class.MapEditorSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::setLinkFrame | ( | string | $link_frame | ) |
Definition at line 101 of file class.MapEditorSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::setLinkTarget | ( | string | $link_target | ) |
Definition at line 91 of file class.MapEditorSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::setLinkType | ( | string | $link_type | ) |
Definition at line 81 of file class.MapEditorSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\PC\MapEditorSessionRepository::setMode | ( | string | $mode | ) |
Definition at line 41 of file class.MapEditorSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.MapEditorSessionRepository.php.
|
protected |
Definition at line 31 of file class.MapEditorSessionRepository.php.
|
protected |
Definition at line 28 of file class.MapEditorSessionRepository.php.
|
protected |
Definition at line 35 of file class.MapEditorSessionRepository.php.
|
protected |
Definition at line 34 of file class.MapEditorSessionRepository.php.
|
protected |
Definition at line 33 of file class.MapEditorSessionRepository.php.
|
protected |
Definition at line 32 of file class.MapEditorSessionRepository.php.
|
protected |
Definition at line 29 of file class.MapEditorSessionRepository.php.