ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.ilAssLongMenuFeedback.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  public const SPECIFIC_QUESTION_TABLE_NAME = 'qpl_qst_lome';
27 
28  protected function getSpecificQuestionTableName(): string
29  {
30  return self::SPECIFIC_QUESTION_TABLE_NAME;
31  }
32 }