|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilLOTestAssignment: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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Settings for LO courses
Definition at line 25 of file class.ilLOTestAssignment.php.
| ilLOTestAssignment::__construct | ( | int | $a_id = 0 | ) |
Definition at line 35 of file class.ilLOTestAssignment.php.
References $DIC, read(), and setAssignmentId().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilLOTestAssignment::create | ( | ) |
Definition at line 103 of file class.ilLOTestAssignment.php.
References $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 | ( | ) |
Definition at line 128 of file class.ilLOTestAssignment.php.
References $query, and getAssignmentId().
Here is the call graph for this function:| ilLOTestAssignment::getAssignmentId | ( | ) |
Definition at line 49 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 69 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 59 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 79 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 89 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 | ( | ) |
Definition at line 135 of file class.ilLOTestAssignment.php.
References $query, $res, 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 | ( | ) |
Definition at line 94 of file class.ilLOTestAssignment.php.
References create(), getAssignmentId(), and update().
Here is the call graph for this function:| ilLOTestAssignment::setAssignmentId | ( | int | $a_id | ) |
Definition at line 44 of file class.ilLOTestAssignment.php.
Referenced by __construct(), and create().
Here is the caller graph for this function:| ilLOTestAssignment::setAssignmentType | ( | int | $a_type | ) |
Definition at line 64 of file class.ilLOTestAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilLOTestAssignment::setContainerId | ( | int | $a_id | ) |
Definition at line 54 of file class.ilLOTestAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilLOTestAssignment::setObjectiveId | ( | int | $a_id | ) |
Definition at line 74 of file class.ilLOTestAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilLOTestAssignment::setTestRefId | ( | int | $a_id | ) |
Definition at line 84 of file class.ilLOTestAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilLOTestAssignment::update | ( | ) |
Definition at line 117 of file class.ilLOTestAssignment.php.
References $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 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().