ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getIdentifier () | |
getValidIdentifiers () | |
getMappedLomLifecycle () | |
getTranslation (ilLanguage $lng) | |
getSelectOptions (ilLanguage $lng) | |
Static Public Member Functions | |
static | getInstance ($identifier) |
static | getDraftInstance () |
Data Fields | |
const | DRAFT = 'draft' |
const | REVIEW = 'review' |
const | REJECTED = 'rejected' |
const | FINAL = 'final' |
const | SHARABLE = 'sharable' |
const | OUTDATED = 'outdated' |
Protected Attributes | |
string | $identifier |
Private Member Functions | |
__construct () | |
setIdentifier (string $identifier) | |
getTranslationByIdentifier (ilLanguage $lng, string $identifier) | |
validateIdentifier ($identifier) | |
Definition at line 24 of file class.ilAssQuestionLifecycle.php.
|
private |
Definition at line 35 of file class.ilAssQuestionLifecycle.php.
References setIdentifier().
|
static |
Definition at line 149 of file class.ilAssQuestionLifecycle.php.
Referenced by assQuestion\__construct(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), assQuestionImport\fetchLifecycle(), ilTestTaxonomyFilterLabelTranslater\getLifecycleFilterLabel(), ilQuestionBrowserTableGUI\initFilter(), ilTestQuestionBrowserTableGUI\initFilter(), assOrderingHorizontal\loadFromDb(), assTextSubset\loadFromDb(), assFileUpload\loadFromDb(), assFlashQuestion\loadFromDb(), assTextQuestion\loadFromDb(), assOrderingQuestion\loadFromDb(), assErrorText\loadFromDb(), assSingleChoice\loadFromDb(), assClozeTest\loadFromDb(), assKprimChoice\loadFromDb(), assMultipleChoice\loadFromDb(), assMatchingQuestion\loadFromDb(), assLongMenu\loadFromDb(), assImagemapQuestion\loadFromDb(), assFormulaQuestion\loadFromDb(), and assNumeric\saveToDb().
ilAssQuestionLifecycle::getIdentifier | ( | ) |
Definition at line 40 of file class.ilAssQuestionLifecycle.php.
References $identifier.
Referenced by getMappedLomLifecycle(), and getTranslation().
|
static |
mixed | $identifier |
ilTestQuestionPoolInvalidArgumentException |
Definition at line 140 of file class.ilAssQuestionLifecycle.php.
Referenced by assQuestionImport\fetchLifecycle(), ilTestQuestionsTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilTestQuestionBrowserTableGUI\getTranslatedLifecycle(), assOrderingHorizontal\loadFromDb(), assTextSubset\loadFromDb(), assFileUpload\loadFromDb(), assFlashQuestion\loadFromDb(), assTextQuestion\loadFromDb(), assOrderingQuestion\loadFromDb(), assErrorText\loadFromDb(), assSingleChoice\loadFromDb(), assClozeTest\loadFromDb(), assKprimChoice\loadFromDb(), assMultipleChoice\loadFromDb(), assMatchingQuestion\loadFromDb(), assImagemapQuestion\loadFromDb(), assLongMenu\loadFromDb(), assFormulaQuestion\loadFromDb(), assNumeric\saveToDb(), assFormulaQuestionGUI\writePostData(), and assQuestionGUI\writeQuestionGenericPostData().
ilAssQuestionLifecycle::getMappedLomLifecycle | ( | ) |
Definition at line 58 of file class.ilAssQuestionLifecycle.php.
References ilAssQuestionLomLifecycle\DRAFT, ilAssQuestionLomLifecycle\FINAL, getIdentifier(), and ilAssQuestionLomLifecycle\UNAVAILABLE.
ilAssQuestionLifecycle::getSelectOptions | ( | ilLanguage | $lng | ) |
ilLanguage | $lng |
Definition at line 111 of file class.ilAssQuestionLifecycle.php.
References $identifier, getTranslationByIdentifier(), and getValidIdentifiers().
ilAssQuestionLifecycle::getTranslation | ( | ilLanguage | $lng | ) |
Definition at line 76 of file class.ilAssQuestionLifecycle.php.
References getIdentifier(), and getTranslationByIdentifier().
|
private |
Definition at line 81 of file class.ilAssQuestionLifecycle.php.
References ilLanguage\txt().
Referenced by getSelectOptions(), and getTranslation().
ilAssQuestionLifecycle::getValidIdentifiers | ( | ) |
Definition at line 53 of file class.ilAssQuestionLifecycle.php.
Referenced by getSelectOptions(), and validateIdentifier().
|
private |
Definition at line 45 of file class.ilAssQuestionLifecycle.php.
References $identifier.
Referenced by __construct().
|
private |
mixed | $identifier |
ilTestQuestionPoolInvalidArgumentException |
Definition at line 126 of file class.ilAssQuestionLifecycle.php.
References getValidIdentifiers().
|
protected |
Definition at line 33 of file class.ilAssQuestionLifecycle.php.
Referenced by getIdentifier(), getSelectOptions(), and setIdentifier().
const ilAssQuestionLifecycle::DRAFT = 'draft' |
Definition at line 26 of file class.ilAssQuestionLifecycle.php.
Referenced by ilAssQuestionLomLifecycle\getMappedIliasLifecycleIdentifer().
const ilAssQuestionLifecycle::FINAL = 'final' |
Definition at line 29 of file class.ilAssQuestionLifecycle.php.
Referenced by ilAssQuestionLomLifecycle\getMappedIliasLifecycleIdentifer().
const ilAssQuestionLifecycle::OUTDATED = 'outdated' |
Definition at line 31 of file class.ilAssQuestionLifecycle.php.
Referenced by ilAssQuestionLomLifecycle\getMappedIliasLifecycleIdentifer().
const ilAssQuestionLifecycle::REJECTED = 'rejected' |
Definition at line 28 of file class.ilAssQuestionLifecycle.php.
const ilAssQuestionLifecycle::REVIEW = 'review' |
Definition at line 27 of file class.ilAssQuestionLifecycle.php.
const ilAssQuestionLifecycle::SHARABLE = 'sharable' |
Definition at line 30 of file class.ilAssQuestionLifecycle.php.