|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilLOEditorGUI. More...
Collaboration diagram for ilLORandomTestQuestionPools:Public Member Functions | |
| __construct ($a_container_id, $a_objective_id, $a_test_type) | |
| Constructor. More... | |
| 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().
Here is the call graph for this function:| ilLORandomTestQuestionPools::create | ( | ) |
Definition at line 164 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, getContainerId(), getLimit(), getObjectiveId(), getQplSequence(), getTestId(), and getTestType().
Here is the call graph for this function:| ilLORandomTestQuestionPools::delete | ( | ) |
Definition at line 153 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, and getContainerId().
Here is the call graph for this function:| ilLORandomTestQuestionPools::getContainerId | ( | ) |
Definition at line 78 of file class.ilLORandomTestQuestionPools.php.
References $container_id.
Referenced by create(), delete(), and read().
Here is the caller graph for this function:| ilLORandomTestQuestionPools::getLimit | ( | ) |
Definition at line 128 of file class.ilLORandomTestQuestionPools.php.
References $limit.
Referenced by create().
Here is the caller graph for this function:| ilLORandomTestQuestionPools::getObjectiveId | ( | ) |
Definition at line 88 of file class.ilLORandomTestQuestionPools.php.
References $objective_id.
Referenced by create(), and read().
Here is the caller graph for this function:| ilLORandomTestQuestionPools::getQplSequence | ( | ) |
Definition at line 118 of file class.ilLORandomTestQuestionPools.php.
References $qpl_seq.
Referenced by create().
Here is the caller graph for this function:| ilLORandomTestQuestionPools::getTestId | ( | ) |
Definition at line 108 of file class.ilLORandomTestQuestionPools.php.
References $test_id.
Referenced by create().
Here is the caller graph for this function:| ilLORandomTestQuestionPools::getTestType | ( | ) |
Definition at line 98 of file class.ilLORandomTestQuestionPools.php.
References $test_type.
Referenced by create(), and read().
Here is the caller graph for this function:
|
static |
Definition at line 39 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLOUtils\lookupObjectiveRequiredPercentage().
Here is the caller graph for this function:
|
static |
Definition at line 55 of file class.ilLORandomTestQuestionPools.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLOEditorStatus\lookupQuestionsAssigned().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| ilLORandomTestQuestionPools::setTestId | ( | $a_id | ) |
Definition at line 103 of file class.ilLORandomTestQuestionPools.php.
Referenced by read().
Here is the caller graph for this function:| 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().