55 return [
self::DRAFT, self::REVIEW, self::REJECTED, self::FINAL, self::SHARABLE, self::OUTDATED];
83 switch ($identifier) {
85 return $lng->
txt(
'qst_lifecycle_draft');
88 return $lng->
txt(
'qst_lifecycle_review');
91 return $lng->
txt(
'qst_lifecycle_rejected');
94 return $lng->
txt(
'qst_lifecycle_final');
97 return $lng->
txt(
'qst_lifecycle_sharable');
100 return $lng->
txt(
'qst_lifecycle_outdated');
119 return $selectOptions;
130 'Invalid ilias lifecycle given: ' . $identifier
static getInstance($identifier)
validateIdentifier($identifier)
getTranslationByIdentifier(ilLanguage $lng, string $identifier)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
getSelectOptions(ilLanguage $lng)
setIdentifier(string $identifier)
getTranslation(ilLanguage $lng)
static getDraftInstance()