ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Editing session repository. More...
Public Member Functions | |
__construct () | |
clear (?array $text_ref_ids=null) | |
clearPageError () | |
setPageError ($error) | |
getPageError () | |
clearSubCmd () | |
setSubCmd (string $sub_cmd) | |
getSubCmd () | |
clearTextLang (int $ref_id) | |
setTextLang (int $ref_id, string $lang_key) | |
getTextLang (int $ref_id) | |
clearMediaPool () | |
setMediaPool (int $pool_id) | |
getMediaPool () | |
clearQuestionPool () | |
setQuestionPool (int $pool_id) | |
getQuestionPool () | |
Protected Attributes | |
const | BASE_SESSION_KEY = 'copg_' |
const | ERROR_KEY = self::BASE_SESSION_KEY . 'error' |
const | SUB_CMD_KEY = self::BASE_SESSION_KEY . 'sub_cmd' |
const | TXT_LANG_KEY = self::BASE_SESSION_KEY . 'text_lang' |
const | MEP_KEY = self::BASE_SESSION_KEY . 'mep' |
const | QPL_KEY = self::BASE_SESSION_KEY . 'qpl' |
Editing session repository.
Definition at line 26 of file class.EditSessionRepository.php.
ILIAS\COPage\Editor\EditSessionRepository::__construct | ( | ) |
Definition at line 35 of file class.EditSessionRepository.php.
ILIAS\COPage\Editor\EditSessionRepository::clear | ( | ?array | $text_ref_ids = null | ) |
Definition at line 39 of file class.EditSessionRepository.php.
References ILIAS\COPage\Editor\EditSessionRepository\clearMediaPool(), ILIAS\COPage\Editor\EditSessionRepository\clearPageError(), ILIAS\COPage\Editor\EditSessionRepository\clearQuestionPool(), ILIAS\COPage\Editor\EditSessionRepository\clearSubCmd(), and ILIAS\COPage\Editor\EditSessionRepository\clearTextLang().
ILIAS\COPage\Editor\EditSessionRepository::clearMediaPool | ( | ) |
Definition at line 103 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
ILIAS\COPage\Editor\EditSessionRepository::clearPageError | ( | ) |
Definition at line 52 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
ILIAS\COPage\Editor\EditSessionRepository::clearQuestionPool | ( | ) |
Definition at line 118 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
ILIAS\COPage\Editor\EditSessionRepository::clearSubCmd | ( | ) |
Definition at line 73 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
ILIAS\COPage\Editor\EditSessionRepository::clearTextLang | ( | int | $ref_id | ) |
Definition at line 88 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
ILIAS\COPage\Editor\EditSessionRepository::getMediaPool | ( | ) |
Definition at line 113 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
ILIAS\COPage\Editor\EditSessionRepository::getPageError | ( | ) |
Definition at line 68 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
ILIAS\COPage\Editor\EditSessionRepository::getQuestionPool | ( | ) |
Definition at line 128 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
ILIAS\COPage\Editor\EditSessionRepository::getSubCmd | ( | ) |
Definition at line 83 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
ILIAS\COPage\Editor\EditSessionRepository::getTextLang | ( | int | $ref_id | ) |
Definition at line 98 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
ILIAS\COPage\Editor\EditSessionRepository::setMediaPool | ( | int | $pool_id | ) |
Definition at line 108 of file class.EditSessionRepository.php.
References ilSession\set().
ILIAS\COPage\Editor\EditSessionRepository::setPageError | ( | $error | ) |
string | array | $error |
Definition at line 60 of file class.EditSessionRepository.php.
References ILIAS\$error, and ilSession\set().
ILIAS\COPage\Editor\EditSessionRepository::setQuestionPool | ( | int | $pool_id | ) |
Definition at line 123 of file class.EditSessionRepository.php.
References ilSession\set().
ILIAS\COPage\Editor\EditSessionRepository::setSubCmd | ( | string | $sub_cmd | ) |
Definition at line 78 of file class.EditSessionRepository.php.
References ilSession\set().
ILIAS\COPage\Editor\EditSessionRepository::setTextLang | ( | int | $ref_id, |
string | $lang_key | ||
) |
Definition at line 93 of file class.EditSessionRepository.php.
References ilSession\set().
|
protected |
Definition at line 28 of file class.EditSessionRepository.php.
|
protected |
Definition at line 29 of file class.EditSessionRepository.php.
|
protected |
Definition at line 32 of file class.EditSessionRepository.php.
|
protected |
Definition at line 33 of file class.EditSessionRepository.php.
|
protected |
Definition at line 30 of file class.EditSessionRepository.php.
|
protected |
Definition at line 31 of file class.EditSessionRepository.php.