You are here

public static property OpignoTincanQuestionTypeAnswersDatabase::$indexes in Opigno TinCan Question Type 7

File

includes/opigno_tincan_question_type.databases.inc, line 68
This file contains the classes corresponding to each database's table.

Class

OpignoTincanQuestionTypeAnswersDatabase
This class provide the information about the user's answers table.

Code

public static $indexes = array(
  'result_id' => array(
    'rid',
  ),
);