Inherits DataItem.
Definition at line 42 of file question_type.inc.
◆ getQuestionTypeList()
static QuestionType::getQuestionTypeList |
( |
| ) |
|
|
static |
Definition at line 54 of file question_type.inc.
58 if(count($qTypes) > 0)
60 foreach ($qTypes as $qType)
62 $qList[$qType->question_type_id] = $qType->name;
◆ QuestionType()
QuestionType::QuestionType |
( |
| ) |
|
Definition at line 69 of file question_type.inc.
71 $this->table =
"question_type";
72 $this->primary_key =
"question_type_id";
74 $this->DataItem(func_get_args());
◆ $fields
Initial value:= array(
"question_type_id" => Number,
"name" => String,
"class_name" => String,
"sort_order" => Number,
"options" => Boolean,
"char_limit" => Number,
"num_rows" => Number
)
Definition at line 44 of file question_type.inc.
The documentation for this class was generated from the following file: