diff --git a/application/models/QuestionType.php b/application/models/QuestionType.php index d620384b8df..031c7278f52 100644 --- a/application/models/QuestionType.php +++ b/application/models/QuestionType.php @@ -109,6 +109,8 @@ public function applyToQuestion($oQuestion) { * @param string $language * @return array * + * @deprecated use the new xml-version implemented in function findQuestionMetaData($type) in QuestionTheme + * * TODO QuestionTheme 1591616914305: Needs to be replaced by @link QuestionTheme::getAllQuestionMetaData() however translations inside the xml need to be inserted first */