ILIAS
trunk Revision v11.0_alpha-1862-g4e205cb56d4
|
Settings for LO courses. More...
Public Member Functions | |
__construct (int $a_id=0) | |
setAssignmentId (int $a_id) | |
getAssignmentId () | |
setContainerId (int $a_id) | |
getContainerId () | |
setAssignmentType (int $a_type) | |
getAssignmentType () | |
setObjectiveId (int $a_id) | |
getObjectiveId () | |
setTestRefId (int $a_id) | |
getTestRefId () | |
save () | |
create () | |
update () | |
delete () | |
read () | |
cloneSettings (int $a_copy_id, int $a_target_id, int $a_objective_id) | |
Protected Attributes | |
ilDBInterface | $db |
Private Attributes | |
int | $assignment_id = 0 |
int | $container_id = 0 |
int | $assignment_type = 0 |
int | $objective_id = 0 |
int | $test_ref_id = 0 |
ilLOTestAssignment::__construct | ( | int | $a_id = 0 | ) |
Definition at line 35 of file class.ilLOTestAssignment.php.
References $DIC, read(), and setAssignmentId().
ilLOTestAssignment::cloneSettings | ( | int | $a_copy_id, |
int | $a_target_id, | ||
int | $a_objective_id | ||
) |
Definition at line 152 of file class.ilLOTestAssignment.php.
References ilCopyWizardOptions\_getInstance(), getAssignmentType(), and getTestRefId().
ilLOTestAssignment::create | ( | ) |
Definition at line 103 of file class.ilLOTestAssignment.php.
References getAssignmentId(), getAssignmentType(), getContainerId(), getObjectiveId(), getTestRefId(), and setAssignmentId().
Referenced by save().
ilLOTestAssignment::delete | ( | ) |
Definition at line 128 of file class.ilLOTestAssignment.php.
References getAssignmentId().
ilLOTestAssignment::getAssignmentId | ( | ) |
Definition at line 49 of file class.ilLOTestAssignment.php.
References $assignment_id.
Referenced by create(), delete(), read(), save(), and update().
ilLOTestAssignment::getAssignmentType | ( | ) |
Definition at line 69 of file class.ilLOTestAssignment.php.
References $assignment_type.
Referenced by cloneSettings(), create(), and update().
ilLOTestAssignment::getContainerId | ( | ) |
Definition at line 59 of file class.ilLOTestAssignment.php.
References $container_id.
Referenced by create(), and update().
ilLOTestAssignment::getObjectiveId | ( | ) |
Definition at line 79 of file class.ilLOTestAssignment.php.
References $objective_id.
Referenced by create(), and update().
ilLOTestAssignment::getTestRefId | ( | ) |
Definition at line 89 of file class.ilLOTestAssignment.php.
References $test_ref_id.
Referenced by cloneSettings(), create(), and update().
ilLOTestAssignment::read | ( | ) |
Definition at line 135 of file class.ilLOTestAssignment.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getAssignmentId(), setAssignmentType(), setContainerId(), setObjectiveId(), and setTestRefId().
Referenced by __construct().
ilLOTestAssignment::save | ( | ) |
Definition at line 94 of file class.ilLOTestAssignment.php.
References create(), getAssignmentId(), and update().
ilLOTestAssignment::setAssignmentId | ( | int | $a_id | ) |
Definition at line 44 of file class.ilLOTestAssignment.php.
Referenced by __construct(), and create().
ilLOTestAssignment::setAssignmentType | ( | int | $a_type | ) |
Definition at line 64 of file class.ilLOTestAssignment.php.
Referenced by read().
ilLOTestAssignment::setContainerId | ( | int | $a_id | ) |
Definition at line 54 of file class.ilLOTestAssignment.php.
Referenced by read().
ilLOTestAssignment::setObjectiveId | ( | int | $a_id | ) |
Definition at line 74 of file class.ilLOTestAssignment.php.
Referenced by read().
ilLOTestAssignment::setTestRefId | ( | int | $a_id | ) |
Definition at line 84 of file class.ilLOTestAssignment.php.
Referenced by read().
ilLOTestAssignment::update | ( | ) |
Definition at line 117 of file class.ilLOTestAssignment.php.
References getAssignmentId(), getAssignmentType(), getContainerId(), getObjectiveId(), and getTestRefId().
Referenced by save().
|
private |
Definition at line 27 of file class.ilLOTestAssignment.php.
Referenced by getAssignmentId().
|
private |
Definition at line 29 of file class.ilLOTestAssignment.php.
Referenced by getAssignmentType().
|
private |
Definition at line 28 of file class.ilLOTestAssignment.php.
Referenced by getContainerId().
|
protected |
Definition at line 33 of file class.ilLOTestAssignment.php.
|
private |
Definition at line 30 of file class.ilLOTestAssignment.php.
Referenced by getObjectiveId().
|
private |
Definition at line 31 of file class.ilLOTestAssignment.php.
Referenced by getTestRefId().