|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Editing session repository. More...
Collaboration diagram for ILIAS\COPage\Editor\EditSessionRepository: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().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::clearMediaPool | ( | ) |
Definition at line 100 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::clearPageError | ( | ) |
Definition at line 52 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::clearQuestionPool | ( | ) |
Definition at line 115 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::clearSubCmd | ( | ) |
Definition at line 70 of file class.EditSessionRepository.php.
References ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::clearTextLang | ( | int | $ref_id | ) |
Definition at line 85 of file class.EditSessionRepository.php.
References $ref_id, and ilSession\clear().
Referenced by ILIAS\COPage\Editor\EditSessionRepository\clear().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::getMediaPool | ( | ) |
Definition at line 110 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::getPageError | ( | ) |
Definition at line 65 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::getQuestionPool | ( | ) |
Definition at line 125 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::getSubCmd | ( | ) |
Definition at line 80 of file class.EditSessionRepository.php.
References ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::getTextLang | ( | int | $ref_id | ) |
Definition at line 95 of file class.EditSessionRepository.php.
References $ref_id, and ILIAS\GlobalScreen\get().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::setMediaPool | ( | int | $pool_id | ) |
Definition at line 105 of file class.EditSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::setPageError | ( | $error | ) |
| string | array | $error |
Definition at line 60 of file class.EditSessionRepository.php.
References ILIAS\$error, and ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::setQuestionPool | ( | int | $pool_id | ) |
Definition at line 120 of file class.EditSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::setSubCmd | ( | string | $sub_cmd | ) |
Definition at line 75 of file class.EditSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| ILIAS\COPage\Editor\EditSessionRepository::setTextLang | ( | int | $ref_id, |
| string | $lang_key | ||
| ) |
Definition at line 90 of file class.EditSessionRepository.php.
References $ref_id, and ilSession\set().
Here is the call graph for this function:
|
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.