Stud.IP
5.4
|
Public Member Functions | |
getTabNavigation ($course_id) | |
getIconNavigation ($course_id, $last_visit, $user_id=null) | |
getInfoTemplate ($course_id) | |
getMetadata () | |
![]() | |
__construct () | |
getPluginId () | |
isEnabled () | |
getPluginName () | |
getPluginURL () | |
getPluginVersion () | |
getPluginDescription () | |
getDescriptionMode () | |
isHighlighted () | |
getHighlightText () | |
isCorePlugin () | |
isActivated ($context=null) | |
isActivatableForContext (Range $context) | |
Additional Inherited Members | |
![]() | |
static | onEnable ($plugin_id) |
static | onDisable ($plugin_id) |
static | onActivation ($plugin_id, $range_id) |
static | onDeactivation ($plugin_id, $range_id) |
static | checkActivation ($range_id) |
![]() | |
$plugin_info | |
Class Blubber - the Blubber-plugin This is only used to manage blubber within a course.
getIconNavigation | ( | $course_id, | |
$last_visit, | |||
$user_id = null |
|||
) |
Returns a navigation-object with the grey/red icon for displaying in the my_courses.php page.
string | $course_id | |
int | $last_visit | |
string | null | $user_id |
Implements StudipModule.
getInfoTemplate | ( | $course_id | ) |
Returns no template, because this plugin doesn't want to insert an info-template in the course-overview.
string | $course_id |
Implements StudipModule.
getMetadata | ( | ) |
{Provides metadata like a descriptional text for this module that is shown on the course "+" page to inform users about what the module acutally does. Additionally, a URL can be specified.
Implements StudipModule.
getTabNavigation | ( | $course_id | ) |
Returns a navigation for the tab displayed in the course.
string | $course_id | of the course |
Implements StudipModule.