ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }