|
Stud.IP
6.1
|
Public Member Functions | |
| getManyIconNavigation (array $course_ids, ?string $user_id=null) | |
Public Member Functions inherited from StudipModule | |
| getIconNavigation ($course_id, $last_visit, $user_id) | |
| getTabNavigation ($course_id) | |
| getMetadata () | |
| getInfoTemplate ($course_id) | |
| getManyIconNavigation | ( | array | $course_ids, |
| ?string | $user_id = null |
||
| ) |
Returns navigation objects representing this plugin in the course overview table for every given course or institute. The navigation object's title will not be shown, only the image (and its associated attributes like 'title') and the URL are actually used.
By convention, new or changed plugin content is indicated by a different icon and a corresponding tooltip.
Returning null for a course will result in a blank space, while returning no entry will render nothing.
| array | $course_ids | array of course or institute range ids. Only ranges where the module is active should be given |
| string | null | $user_id | the user to get the navigation for |
Implemented in CoreDocuments, ConsultationModule, CoursewareModule, CoreOverview, IliasInterfaceModule, CoreForum, GradebookModule, Blubber, FeedbackModule, CoreCalendar, CoreParticipants, CoreSchedule, CoreScm, CoreStudygroupAdmin, CoreStudygroupParticipants, CoreWiki, CorePersonal, and CoreAdmin.