ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Settings for LO courses. More...
Public Member Functions | |
__construct ($a_id=0) | |
constructor More... | |
setAssignmentId ($a_id) | |
getAssignmentId () | |
setContainerId ($a_id) | |
getContainerId () | |
setAssignmentType ($a_type) | |
getAssignmentType () | |
setObjectiveId ($a_id) | |
getObjectiveId () | |
setTestRefId ($a_id) | |
getTestRefId () | |
save () | |
save settings More... | |
create () | |
Create new aassignment type $ilDB. More... | |
update () | |
Update assignment type $ilDB. More... | |
delete () | |
Delete assignment type $ilDB. More... | |
read () | |
Read db entry type $ilDB. More... | |
cloneSettings ($a_copy_id, $a_target_id, $a_objective_id) | |
Clone assignments. More... | |
Private Attributes | |
$assignment_id = 0 | |
$container_id = 0 | |
$assignment_type = 0 | |
$objective_id = 0 | |
$test_ref_id = 0 | |
ilLOTestAssignment::__construct | ( | $a_id = 0 | ) |
constructor
type | $a_id |
Definition at line 23 of file class.ilLOTestAssignment.php.
References read(), and setAssignmentId().
ilLOTestAssignment::cloneSettings | ( | $a_copy_id, | |
$a_target_id, | |||
$a_objective_id | |||
) |
Clone assignments.
type | $a_target_id | |
type | $a_copy_id |
Definition at line 175 of file class.ilLOTestAssignment.php.
References $options, ilCopyWizardOptions\_getInstance(), getAssignmentType(), and getTestRefId().
ilLOTestAssignment::create | ( | ) |
Create new aassignment type $ilDB.
Definition at line 96 of file class.ilLOTestAssignment.php.
References $GLOBALS, $ilDB, $query, getAssignmentId(), getAssignmentType(), getContainerId(), getObjectiveId(), getTestRefId(), and setAssignmentId().
Referenced by save().
ilLOTestAssignment::delete | ( | ) |
Delete assignment type $ilDB.
Definition at line 135 of file class.ilLOTestAssignment.php.
References $ilDB, $query, and getAssignmentId().
ilLOTestAssignment::getAssignmentId | ( | ) |
Definition at line 34 of file class.ilLOTestAssignment.php.
References $assignment_id.
Referenced by create(), delete(), read(), save(), and update().
ilLOTestAssignment::getAssignmentType | ( | ) |
Definition at line 54 of file class.ilLOTestAssignment.php.
References $assignment_type.
Referenced by cloneSettings(), create(), and update().
ilLOTestAssignment::getContainerId | ( | ) |
Definition at line 44 of file class.ilLOTestAssignment.php.
References $container_id.
Referenced by create(), and update().
ilLOTestAssignment::getObjectiveId | ( | ) |
Definition at line 64 of file class.ilLOTestAssignment.php.
References $objective_id.
Referenced by create(), and update().
ilLOTestAssignment::getTestRefId | ( | ) |
Definition at line 74 of file class.ilLOTestAssignment.php.
References $test_ref_id.
Referenced by cloneSettings(), create(), and update().
ilLOTestAssignment::read | ( | ) |
Read db entry type $ilDB.
Definition at line 150 of file class.ilLOTestAssignment.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getAssignmentId(), setAssignmentType(), setContainerId(), setObjectiveId(), and setTestRefId().
Referenced by __construct().
ilLOTestAssignment::save | ( | ) |
save settings
Definition at line 83 of file class.ilLOTestAssignment.php.
References create(), getAssignmentId(), and update().
ilLOTestAssignment::setAssignmentId | ( | $a_id | ) |
Definition at line 29 of file class.ilLOTestAssignment.php.
Referenced by __construct(), and create().
ilLOTestAssignment::setAssignmentType | ( | $a_type | ) |
Definition at line 49 of file class.ilLOTestAssignment.php.
References $a_type.
Referenced by read().
ilLOTestAssignment::setContainerId | ( | $a_id | ) |
Definition at line 39 of file class.ilLOTestAssignment.php.
Referenced by read().
ilLOTestAssignment::setObjectiveId | ( | $a_id | ) |
Definition at line 59 of file class.ilLOTestAssignment.php.
Referenced by read().
ilLOTestAssignment::setTestRefId | ( | $a_id | ) |
Definition at line 69 of file class.ilLOTestAssignment.php.
Referenced by read().
ilLOTestAssignment::update | ( | ) |
Update assignment type $ilDB.
Definition at line 117 of file class.ilLOTestAssignment.php.
References $ilDB, $query, getAssignmentId(), getAssignmentType(), getContainerId(), getObjectiveId(), and getTestRefId().
Referenced by save().
|
private |
Definition at line 12 of file class.ilLOTestAssignment.php.
Referenced by getAssignmentId().
|
private |
Definition at line 14 of file class.ilLOTestAssignment.php.
Referenced by getAssignmentType().
|
private |
Definition at line 13 of file class.ilLOTestAssignment.php.
Referenced by getContainerId().
|
private |
Definition at line 15 of file class.ilLOTestAssignment.php.
Referenced by getObjectiveId().
|
private |
Definition at line 16 of file class.ilLOTestAssignment.php.
Referenced by getTestRefId().