|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Settings for LO courses. More...
Collaboration diagram for ilLOTestAssignment: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 @global type $ilDB. More... | |
| update () | |
| Update assignment @global type $ilDB. More... | |
| delete () | |
| Delete assignment @global type $ilDB. More... | |
| read () | |
| Read db entry @global 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().
Here is the call graph for this function:| ilLOTestAssignment::cloneSettings | ( | $a_copy_id, | |
| $a_target_id, | |||
| $a_objective_id | |||
| ) |
Clone assignments.
| type | $a_target_id | |
| type | $a_copy_id |
Definition at line 181 of file class.ilLOTestAssignment.php.
References $options, ilCopyWizardOptions\_getInstance(), getAssignmentType(), and getTestRefId().
Here is the call graph for this function:| ilLOTestAssignment::create | ( | ) |
Create new aassignment @global type $ilDB.
Definition at line 99 of file class.ilLOTestAssignment.php.
References $GLOBALS, $ilDB, $query, getAssignmentId(), getAssignmentType(), getContainerId(), getObjectiveId(), getTestRefId(), and setAssignmentId().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOTestAssignment::delete | ( | ) |
Delete assignment @global type $ilDB.
Definition at line 139 of file class.ilLOTestAssignment.php.
References $ilDB, $query, and getAssignmentId().
Here is the call graph for this function:| ilLOTestAssignment::getAssignmentId | ( | ) |
Definition at line 34 of file class.ilLOTestAssignment.php.
References $assignment_id.
Referenced by create(), delete(), read(), save(), and update().
Here is the caller graph for this function:| ilLOTestAssignment::getAssignmentType | ( | ) |
Definition at line 54 of file class.ilLOTestAssignment.php.
References $assignment_type.
Referenced by cloneSettings(), create(), and update().
Here is the caller graph for this function:| ilLOTestAssignment::getContainerId | ( | ) |
Definition at line 44 of file class.ilLOTestAssignment.php.
References $container_id.
Referenced by create(), and update().
Here is the caller graph for this function:| ilLOTestAssignment::getObjectiveId | ( | ) |
Definition at line 64 of file class.ilLOTestAssignment.php.
References $objective_id.
Referenced by create(), and update().
Here is the caller graph for this function:| ilLOTestAssignment::getTestRefId | ( | ) |
Definition at line 74 of file class.ilLOTestAssignment.php.
References $test_ref_id.
Referenced by cloneSettings(), create(), and update().
Here is the caller graph for this function:| ilLOTestAssignment::read | ( | ) |
Read db entry @global type $ilDB.
Definition at line 154 of file class.ilLOTestAssignment.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getAssignmentId(), setAssignmentType(), setContainerId(), setObjectiveId(), and setTestRefId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOTestAssignment::save | ( | ) |
save settings
Definition at line 83 of file class.ilLOTestAssignment.php.
References create(), getAssignmentId(), and update().
Here is the call graph for this function:| ilLOTestAssignment::setAssignmentId | ( | $a_id | ) |
Definition at line 29 of file class.ilLOTestAssignment.php.
Referenced by __construct(), and create().
Here is the caller graph for this function:| ilLOTestAssignment::setAssignmentType | ( | $a_type | ) |
Definition at line 49 of file class.ilLOTestAssignment.php.
References $a_type.
Referenced by read().
Here is the caller graph for this function:| ilLOTestAssignment::setContainerId | ( | $a_id | ) |
Definition at line 39 of file class.ilLOTestAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilLOTestAssignment::setObjectiveId | ( | $a_id | ) |
Definition at line 59 of file class.ilLOTestAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilLOTestAssignment::setTestRefId | ( | $a_id | ) |
Definition at line 69 of file class.ilLOTestAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilLOTestAssignment::update | ( | ) |
Update assignment @global type $ilDB.
Definition at line 121 of file class.ilLOTestAssignment.php.
References $ilDB, $query, getAssignmentId(), getAssignmentType(), getContainerId(), getObjectiveId(), and getTestRefId().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().