|
| static | checkDocuments (&$my_obj, $user_id, $object_id) |
| |
| static | checkLiterature (&$my_obj, $user_id, $object_id) |
| |
| static | checkOverview (&$my_obj, $user_id, $object_id) |
| |
| static | checkScm (&$my_obj, $user_id, $object_id) |
| |
| static | checkSchedule (&$my_obj, $user_id, $object_id) |
| |
| static | checkWiki (&$my_obj, $user_id, $object_id) |
| |
| static | checkElearning_interface (&$my_obj, $user_id, $object_id) |
| |
| static | checkVote (&$my_obj, $user_id, $object_id) |
| |
| static | getPluginNavigationForSeminar ($seminar_id, $visitdate) |
| |
| static | getCourses ($min_sem_key, $max_sem_key, $params=array()) |
| |
| static | getDeputies ($user_id) |
| |
| static | getDeputieGroup ($range_id) |
| |
| static | getSelectedSemesters ($sem='all') |
| |
| static | getPreparedCourses ($sem="all", $params=array()) |
| |
| static | checkParticipants (&$my_obj, $user_id, $object_id, $is_admission) |
| |
| static | getAdditionalNavigations ($object_id, &$my_obj_values, $sem_class=null, $user_id) |
| |
| static | getSemTree ($course_id, $depth=false) |
| |
| static | getStudygroupId () |
| |
| static | setObjectVisits (&$object, $object_id, $user_id, $timestamp=null) |
| |
| static | getObjectValues (&$course) |
| |
| static | getWaitingList ($user_id) |
| |
| static | getMyInstitutes () |
| |
| static | groupBySemTree (&$sem_courses) |
| |
| static | groupByGruppe (&$sem_courses) |
| |
| static | groupBySemStatus (&$sem_courses) |
| |
| static | groupByTeacher (&$sem_courses) |
| |
| static | getStudygroups () |
| |
| static | checkAdmissionParticipation ($course_id) |
| |
| static | calc_nav_elements ($my_obj, $group_field='sem_number') |
| |
| static | calc_single_navigation ($collection) |
| |
| static | array_rtrim ($array) |
| |
◆ array_rtrim()
| static array_rtrim |
( |
|
$array | ) |
|
|
static |
Trims an array from it's null value from the right.
- Parameters
-
| Array | $array | The array to trim |
- Returns
- array The trimmed array
- Author
- tlx
◆ calc_nav_elements()
| static calc_nav_elements |
( |
|
$my_obj, |
|
|
|
$group_field = 'sem_number' |
|
) |
| |
|
static |
Calc nav elements to get the table-column-width
- Parameters
-
| $my_obj | |
| string | $group_field | |
- Returns
- int
◆ calc_single_navigation()
| static calc_single_navigation |
( |
|
$collection | ) |
|
|
static |
◆ checkAdmissionParticipation()
| static checkAdmissionParticipation |
( |
|
$course_id | ) |
|
|
static |
◆ checkDocuments()
| static checkDocuments |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id |
|
) |
| |
|
static |
Checks for changes in folders for a course.
- Parameters
-
| mixed | $my_obj | |
| string | $user_id | |
| string | $object_id | |
◆ checkElearning_interface()
| static checkElearning_interface |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id |
|
) |
| |
|
static |
- Parameters
-
| $my_obj | |
| $user_id | |
| null | $modules | |
◆ checkLiterature()
| static checkLiterature |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id |
|
) |
| |
|
static |
- Parameters
-
| $my_obj | |
| $user_id | |
| null | $modules | |
◆ checkOverview()
| static checkOverview |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id |
|
) |
| |
|
static |
Check for new news
- Parameters
-
| $my_obj | |
| $user_id | |
| null | $modules | |
◆ checkParticipants()
| static checkParticipants |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id, |
|
|
|
$is_admission |
|
) |
| |
|
static |
◆ checkSchedule()
| static checkSchedule |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id |
|
) |
| |
|
static |
Check for new dates
- Parameters
-
| $my_obj | |
| $user_id | |
| null | $modules | |
◆ checkScm()
| static checkScm |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id |
|
) |
| |
|
static |
Check SCM for news
- Parameters
-
| $my_obj | |
| $user_id | |
| null | $modules | |
◆ checkVote()
| static checkVote |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id |
|
) |
| |
|
static |
Check the voting system
- Parameters
-
| $my_obj | |
| $user_id | |
| null | $modules | |
◆ checkWiki()
| static checkWiki |
( |
& |
$my_obj, |
|
|
|
$user_id, |
|
|
|
$object_id |
|
) |
| |
|
static |
Check for new entries in wiki
- Parameters
-
| $my_obj | |
| $user_id | |
| $modules | |
◆ getAdditionalNavigations()
| static getAdditionalNavigations |
( |
|
$object_id, |
|
|
& |
$my_obj_values, |
|
|
|
$sem_class = null, |
|
|
|
$user_id |
|
) |
| |
|
static |
Get the whole icon-navigation for a given course
- Parameters
-
| $object_id | |
| $my_obj_values | |
| null | $sem_class | |
| $user_id | |
- Returns
- array
◆ getCourses()
| static getCourses |
( |
|
$min_sem_key, |
|
|
|
$max_sem_key, |
|
|
|
$params = array() |
|
) |
| |
|
static |
Get all courses vor given user in selected semesters
◆ getDeputieGroup()
| static getDeputieGroup |
( |
|
$range_id | ) |
|
|
static |
◆ getDeputies()
| static getDeputies |
( |
|
$user_id | ) |
|
|
static |
◆ getMyInstitutes()
| static getMyInstitutes |
( |
| ) |
|
|
static |
Get all user assigned institutes based on simple or map
- Returns
- array
◆ getObjectValues()
| static getObjectValues |
( |
& |
$course | ) |
|
|
static |
This functions check all modules for changes (new documents,...) and adds a new icon-navigation item to given course This function will only add something if nothing exists to get better performance
- Parameters
-
◆ getPluginNavigationForSeminar()
| static getPluginNavigationForSeminar |
( |
|
$seminar_id, |
|
|
|
$visitdate |
|
) |
| |
|
static |
Get the plugin icon navigation for a course
- Parameters
-
- Returns
- mixed
◆ getPreparedCourses()
| static getPreparedCourses |
( |
|
$sem = "all", |
|
|
|
$params = array() |
|
) |
| |
|
static |
◆ getSelectedSemesters()
| static getSelectedSemesters |
( |
|
$sem = 'all' | ) |
|
|
static |
◆ getSemTree()
| static getSemTree |
( |
|
$course_id, |
|
|
|
$depth = false |
|
) |
| |
|
static |
◆ getStudygroupId()
| static getStudygroupId |
( |
| ) |
|
|
static |
Returns the id for the studygroup name
- Returns
- Interger
◆ getStudygroups()
| static getStudygroups |
( |
| ) |
|
|
static |
◆ getWaitingList()
| static getWaitingList |
( |
|
$user_id | ) |
|
|
static |
◆ groupByGruppe()
| static groupByGruppe |
( |
& |
$sem_courses | ) |
|
|
static |
◆ groupBySemStatus()
| static groupBySemStatus |
( |
& |
$sem_courses | ) |
|
|
static |
◆ groupBySemTree()
| static groupBySemTree |
( |
& |
$sem_courses | ) |
|
|
static |
◆ groupByTeacher()
| static groupByTeacher |
( |
& |
$sem_courses | ) |
|
|
static |
◆ setObjectVisits()
| static setObjectVisits |
( |
& |
$object, |
|
|
|
$object_id, |
|
|
|
$user_id, |
|
|
|
$timestamp = null |
|
) |
| |
|
static |
This function reset all visits on every available modules
- Parameters
-
| $object | |
| $object_id | |
| $user_id | |
- Returns
- bool
The documentation for this class was generated from the following file: