Stud.IP
5.4
|
Public Member Functions | |
oerGetIcon ($role=Icon::ROLE_CLICKABLE) | |
getMetadata () | |
Static Public Member Functions | |
static | oerModuleWantsToUseMaterial (OERMaterial $material) |
static | oerModuleIntegrateMaterialToCourse (OERMaterial $material, Course $course) |
getMetadata | ( | ) |
Implemented in CoreDocuments.
oerGetIcon | ( | $role = Icon::ROLE_CLICKABLE | ) |
Returns an Icon class object with the given role.
string | $role |
Implemented in CoreDocuments.
|
static |
This function is triggered i a user chose to use this module as the target of the oermaterial. Now this module should put a copy of $material in its own area of the given course.
OERMaterial | $material | |
Course | $course |
Implemented in CoreDocuments.
|
static |
Determines if the StudipModule wants to handle the OERMaterial. Returns false if not.
OERMaterial | $material |
Implemented in CoreDocuments.