You are here

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

File

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

Class

OpignoTincanQuestionTypePropertiesDatabase
This class provide the information about the question properties table.

Code

public static $indexes = array(
  'question_nid' => array(
    'nid',
  ),
  'question_vid' => array(
    'vid',
  ),
);