ILIAS
Release_4_0_x_branch Revision 61816
|
class ilCourseObjectiveMaterials More...
Public Member Functions | |
__construct ($a_objective_id) | |
cloneDependencies ($a_new_objective, $a_copy_id) | |
clone objective materials | |
getMaterials () | |
getChapters () | |
getLM ($lm_id) | |
getObjectiveId () | |
setLMRefId ($a_ref_id) | |
getLMRefId () | |
setLMObjId ($a_obj_id) | |
getLMObjId () | |
setType ($a_type) | |
getType () | |
isAssigned ($a_ref_id) | |
Check if material is assigned. | |
isChapterAssigned ($a_ref_id, $a_obj_id) | |
Check if chapter is assigned. | |
checkExists () | |
add () | |
delete ($lm_id) | |
deleteAll () | |
__read () |
Static Public Member Functions | |
static | _getAssignedMaterials ($a_objective_id) |
get assigned materials | |
static | _getAssignableMaterials ($a_container_id) |
Get an array of course material ids that can be assigned to learning objectives No tst, fold and grp. | |
static | _getAllAssignedMaterials ($a_container_id) |
Get all assigned materials. |
Data Fields | |
$db = null | |
$objective_id = null | |
$lms |
class ilCourseObjectiveMaterials
Definition at line 33 of file class.ilCourseObjectiveMaterials.php.
ilCourseObjectiveMaterials::__construct | ( | $a_objective_id | ) |
ilCourseObjectiveMaterials::__read | ( | ) |
Definition at line 381 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, $query, $res, $row, ilObject\_getAllReferences(), ilCourseObjective\_lookupContainerIdByObjectiveId(), DB_FETCHMODE_OBJECT, and getObjectiveId().
Referenced by __construct().
|
static |
Get all assigned materials.
public
in |
Definition at line 199 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilCourseObjectivePresentationGUI\__getOtherResources(), and ilCourseObjectivePresentationGUI\__showLearningMaterials().
|
static |
Get an array of course material ids that can be assigned to learning objectives No tst, fold and grp.
public
int | obj id of course |
Definition at line 163 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, and ilUtil\sortArray().
Referenced by ilCourseObjectivesGUI\materialAssignment().
|
static |
get assigned materials
public
int | objective_id |
Definition at line 137 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilCourseItems\getItemsByObjective().
ilCourseObjectiveMaterials::add | ( | ) |
Definition at line 337 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, $query, $res, getLMObjId(), getLMRefId(), getObjectiveId(), and getType().
ilCourseObjectiveMaterials::checkExists | ( | ) |
Definition at line 314 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, $query, $res, getLMObjId(), getLMRefId(), and getObjectiveId().
ilCourseObjectiveMaterials::cloneDependencies | ( | $a_new_objective, | |
$a_copy_id | |||
) |
clone objective materials
public
int | source objective |
int | target objective |
int | copy id |
Definition at line 60 of file class.ilCourseObjectiveMaterials.php.
References $ilLog, ilCopyWizardOptions\_getInstance(), elseif(), and getMaterials().
ilCourseObjectiveMaterials::delete | ( | $lm_id | ) |
ilCourseObjectiveMaterials::deleteAll | ( | ) |
Definition at line 370 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, $query, $res, and getObjectiveId().
ilCourseObjectiveMaterials::getChapters | ( | ) |
Definition at line 223 of file class.ilCourseObjectiveMaterials.php.
ilCourseObjectiveMaterials::getLM | ( | $lm_id | ) |
Definition at line 239 of file class.ilCourseObjectiveMaterials.php.
ilCourseObjectiveMaterials::getLMObjId | ( | ) |
Definition at line 261 of file class.ilCourseObjectiveMaterials.php.
Referenced by add(), and checkExists().
ilCourseObjectiveMaterials::getLMRefId | ( | ) |
Definition at line 253 of file class.ilCourseObjectiveMaterials.php.
Referenced by add(), and checkExists().
ilCourseObjectiveMaterials::getMaterials | ( | ) |
Definition at line 218 of file class.ilCourseObjectiveMaterials.php.
Referenced by cloneDependencies().
ilCourseObjectiveMaterials::getObjectiveId | ( | ) |
Definition at line 244 of file class.ilCourseObjectiveMaterials.php.
References $objective_id.
Referenced by __read(), add(), checkExists(), deleteAll(), isAssigned(), and isChapterAssigned().
ilCourseObjectiveMaterials::getType | ( | ) |
Definition at line 269 of file class.ilCourseObjectiveMaterials.php.
References $type.
Referenced by add().
ilCourseObjectiveMaterials::isAssigned | ( | $a_ref_id | ) |
Check if material is assigned.
public
int | ref id |
Definition at line 282 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, $query, $res, and getObjectiveId().
ilCourseObjectiveMaterials::isChapterAssigned | ( | $a_ref_id, | |
$a_obj_id | |||
) |
Check if chapter is assigned.
public
int | ref id |
Definition at line 302 of file class.ilCourseObjectiveMaterials.php.
References $ilDB, $query, $res, and getObjectiveId().
ilCourseObjectiveMaterials::setLMObjId | ( | $a_obj_id | ) |
Definition at line 257 of file class.ilCourseObjectiveMaterials.php.
ilCourseObjectiveMaterials::setLMRefId | ( | $a_ref_id | ) |
Definition at line 249 of file class.ilCourseObjectiveMaterials.php.
ilCourseObjectiveMaterials::setType | ( | $a_type | ) |
Definition at line 265 of file class.ilCourseObjectiveMaterials.php.
ilCourseObjectiveMaterials::$db = null |
Definition at line 35 of file class.ilCourseObjectiveMaterials.php.
ilCourseObjectiveMaterials::$lms |
Definition at line 38 of file class.ilCourseObjectiveMaterials.php.
ilCourseObjectiveMaterials::$objective_id = null |
Definition at line 37 of file class.ilCourseObjectiveMaterials.php.
Referenced by getObjectiveId().