56 return [self::DRAFT, self::REVIEW, self::REJECTED, self::FINAL, self::SHARABLE, self::OUTDATED];
101 return $lng->
txt(
'qst_lifecycle_draft');
105 return $lng->
txt(
'qst_lifecycle_review');
109 return $lng->
txt(
'qst_lifecycle_rejected');
113 return $lng->
txt(
'qst_lifecycle_final');
117 return $lng->
txt(
'qst_lifecycle_sharable');
121 return $lng->
txt(
'qst_lifecycle_outdated');
139 return $selectOptions;
162 $lifecycle =
new self();
174 $lifecycle =
new self();
175 $lifecycle->setIdentifier(self::DRAFT);
static getInstance($identifier)
validateIdentifier($identifier)
getSelectOptions(ilLanguage $lng)
__construct()
ilAssQuestionLifecycle constructor.
getTranslationByIdentifier(ilLanguage $lng, $identifier)
txt($a_topic, $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...
getTranslation(ilLanguage $lng)
setIdentifier($identifier)
static getDraftInstance()