@@ -443,7 +443,6 @@ function zoom_refresh_events($courseid, $zoom, $cm) {
443
443
* @param bool $viewfullnames Should we display full names
444
444
* @param int $timestart Print activity since this timestamp
445
445
* @return boolean True if anything was printed, otherwise false
446
- * @todo implement this function
447
446
*/
448
447
function zoom_print_recent_activity ($ course , $ viewfullnames , $ timestart ) {
449
448
return false ;
@@ -465,7 +464,6 @@ function zoom_print_recent_activity($course, $viewfullnames, $timestart) {
465
464
* @param int $cmid course module id
466
465
* @param int $userid check for a particular user's activity only, defaults to 0 (all users)
467
466
* @param int $groupid check for a particular group's activity only, defaults to 0 (all groups)
468
- * @todo implement this function
469
467
*/
470
468
function zoom_get_recent_mod_activity (&$ activities , &$ index , $ timestart , $ courseid , $ cmid , $ userid = 0 , $ groupid = 0 ) {
471
469
}
@@ -478,7 +476,6 @@ function zoom_get_recent_mod_activity(&$activities, &$index, $timestart, $course
478
476
* @param bool $detail print detailed report
479
477
* @param array $modnames as returned by get_module_types_names()
480
478
* @param bool $viewfullnames display users' full names
481
- * @todo implement this function
482
479
*/
483
480
function zoom_print_recent_mod_activity ($ activity , $ courseid , $ detail , $ modnames , $ viewfullnames ) {
484
481
}
@@ -490,7 +487,6 @@ function zoom_print_recent_mod_activity($activity, $courseid, $detail, $modnames
490
487
* module uses that capability.
491
488
*
492
489
* @return array
493
- * @todo implement this function
494
490
*/
495
491
function zoom_get_extra_capabilities () {
496
492
return [];
@@ -905,7 +901,6 @@ function zoom_reset_course_form_defaults($course) {
905
901
* @param stdClass $cm
906
902
* @param stdClass $context
907
903
* @return array of [(string)filearea] => (string)description
908
- * @todo implement this function
909
904
*/
910
905
function zoom_get_file_areas ($ course , $ cm , $ context ) {
911
906
return [];
@@ -927,7 +922,6 @@ function zoom_get_file_areas($course, $cm, $context) {
927
922
* @param string $filepath
928
923
* @param string $filename
929
924
* @return file_info instance or null if not found
930
- * @todo implement this function
931
925
*/
932
926
function zoom_get_file_info ($ browser , $ areas , $ course , $ cm , $ context , $ filearea , $ itemid , $ filepath , $ filename ) {
933
927
return null ;
@@ -968,7 +962,6 @@ function zoom_pluginfile($course, $cm, $context, $filearea, array $args, $forced
968
962
* @param stdClass $course current course record
969
963
* @param stdClass $module current zoom instance record
970
964
* @param cm_info $cm course module information
971
- * @todo implement this function
972
965
*/
973
966
function zoom_extend_navigation (navigation_node $ navref , stdClass $ course , stdClass $ module , cm_info $ cm ) {
974
967
}
@@ -981,7 +974,6 @@ function zoom_extend_navigation(navigation_node $navref, stdClass $course, stdCl
981
974
*
982
975
* @param settings_navigation $settingsnav complete settings navigation tree
983
976
* @param navigation_node $zoomnode zoom administration node
984
- * @todo implement this function
985
977
*/
986
978
function zoom_extend_settings_navigation (settings_navigation $ settingsnav , navigation_node $ zoomnode = null ) {
987
979
}
0 commit comments