ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilLOEditorGUI. More...
Public Member Functions | |
__construct ($a_container_id, $a_objective_id, $a_test_type) | |
Constructor. | |
setContainerId ($a_id) | |
getContainerId () | |
setObjectiveId ($a_id) | |
getObjectiveId () | |
setTestType ($a_type) | |
getTestType () | |
setTestId ($a_id) | |
getTestId () | |
setQplSequence ($a_id) | |
getQplSequence () | |
setLimit ($a_id) | |
getLimit () | |
read () | |
delete () | |
create () |
Static Public Member Functions | |
static | lookupLimit ($a_container_id, $a_objective_id, $a_test_type) |
static | lookupSequence ($a_container_id, $a_objective_id, $a_test_id) |
Protected Attributes | |
$container_id = 0 | |
$objective_id = 0 | |
$test_type = 0 | |
$test_id = 0 | |
$qpl_seq = 0 | |
$limit = 50 |
Class ilLOEditorGUI.
Definition at line 15 of file class.ilLORandomTestQuestionPools.php.
ilLORandomTestQuestionPools::__construct | ( | $a_container_id, | |
$a_objective_id, | |||
$a_test_type | |||
) |
Constructor.
type | $a_container_id | |
type | $a_objective_id |
Definition at line 30 of file class.ilLORandomTestQuestionPools.php.
References read().
ilLORandomTestQuestionPools::create | ( | ) |
Definition at line 164 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, getContainerId(), getLimit(), getObjectiveId(), getQplSequence(), getTestId(), and getTestType().
ilLORandomTestQuestionPools::delete | ( | ) |
Definition at line 153 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, getContainerId(), getObjectiveId(), and getTestType().
ilLORandomTestQuestionPools::getContainerId | ( | ) |
Definition at line 78 of file class.ilLORandomTestQuestionPools.php.
References $container_id.
Referenced by create(), delete(), and read().
ilLORandomTestQuestionPools::getLimit | ( | ) |
Definition at line 128 of file class.ilLORandomTestQuestionPools.php.
References $limit.
Referenced by create().
ilLORandomTestQuestionPools::getObjectiveId | ( | ) |
Definition at line 88 of file class.ilLORandomTestQuestionPools.php.
References $objective_id.
Referenced by create(), delete(), and read().
ilLORandomTestQuestionPools::getQplSequence | ( | ) |
Definition at line 118 of file class.ilLORandomTestQuestionPools.php.
References $qpl_seq.
Referenced by create().
ilLORandomTestQuestionPools::getTestId | ( | ) |
Definition at line 108 of file class.ilLORandomTestQuestionPools.php.
References $test_id.
Referenced by create().
ilLORandomTestQuestionPools::getTestType | ( | ) |
Definition at line 98 of file class.ilLORandomTestQuestionPools.php.
References $test_type.
Referenced by create(), delete(), and read().
|
static |
Definition at line 39 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLOUtils\lookupObjectiveRequiredPercentage().
|
static |
Definition at line 55 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLOEditorStatus\lookupQuestionsAssigned().
ilLORandomTestQuestionPools::read | ( | ) |
Definition at line 134 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, getContainerId(), getObjectiveId(), getTestType(), setLimit(), setQplSequence(), and setTestId().
Referenced by __construct().
ilLORandomTestQuestionPools::setContainerId | ( | $a_id | ) |
Definition at line 73 of file class.ilLORandomTestQuestionPools.php.
ilLORandomTestQuestionPools::setLimit | ( | $a_id | ) |
Definition at line 123 of file class.ilLORandomTestQuestionPools.php.
Referenced by read().
ilLORandomTestQuestionPools::setObjectiveId | ( | $a_id | ) |
Definition at line 83 of file class.ilLORandomTestQuestionPools.php.
ilLORandomTestQuestionPools::setQplSequence | ( | $a_id | ) |
Definition at line 113 of file class.ilLORandomTestQuestionPools.php.
Referenced by read().
ilLORandomTestQuestionPools::setTestId | ( | $a_id | ) |
Definition at line 103 of file class.ilLORandomTestQuestionPools.php.
Referenced by read().
ilLORandomTestQuestionPools::setTestType | ( | $a_type | ) |
Definition at line 93 of file class.ilLORandomTestQuestionPools.php.
|
protected |
Definition at line 17 of file class.ilLORandomTestQuestionPools.php.
Referenced by getContainerId().
|
protected |
Definition at line 22 of file class.ilLORandomTestQuestionPools.php.
Referenced by getLimit().
|
protected |
Definition at line 18 of file class.ilLORandomTestQuestionPools.php.
Referenced by getObjectiveId().
|
protected |
Definition at line 21 of file class.ilLORandomTestQuestionPools.php.
Referenced by getQplSequence().
|
protected |
Definition at line 20 of file class.ilLORandomTestQuestionPools.php.
Referenced by getTestId().
|
protected |
Definition at line 19 of file class.ilLORandomTestQuestionPools.php.
Referenced by getTestType().