@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | * $return->time = the time they did it |
227 | 227 | * $return->info = a short text description. |
228 | 228 | * |
229 | - * @return bool |
|
229 | + * @return string |
|
230 | 230 | */ |
231 | 231 | function bigbluebuttonbn_user_outline($course, $user, $mod, $bigbluebuttonbn) { |
232 | 232 | global $DB; |
@@ -315,6 +315,9 @@ discard block |
||
315 | 315 | } |
316 | 316 | } |
317 | 317 | |
318 | +/** |
|
319 | + * @param integer $now |
|
320 | + */ |
|
318 | 321 | function bigbluebuttonbn_print_overview_element($bigbluebuttonbn, $now) { |
319 | 322 | global $CFG; |
320 | 323 | |
@@ -550,6 +553,11 @@ discard block |
||
550 | 553 | send_stored_file($file, 0, 0, $forcedownload, $options); // download MUST be forced - security! |
551 | 554 | } |
552 | 555 | |
556 | +/** |
|
557 | + * @param stdClass $course |
|
558 | + * @param stdClass $cm |
|
559 | + * @param stdClass $context |
|
560 | + */ |
|
553 | 561 | function bigbluebuttonbn_pluginfile_filename($course, $cm, $context, $args) { |
554 | 562 | global $DB; |
555 | 563 | |
@@ -644,6 +652,9 @@ discard block |
||
644 | 652 | bigbluebuttonbn_notification_send($USER, $bigbluebuttonbn, bigbluebuttonbn_notification_msg_html($msg)); |
645 | 653 | } |
646 | 654 | |
655 | +/** |
|
656 | + * @param stdClass $msg |
|
657 | + */ |
|
647 | 658 | function bigbluebuttonbn_notification_msg_html($msg) { |
648 | 659 | $messagetext = '<p>'.$msg->activity_type.' "'.$msg->activity_title.'" '. |
649 | 660 | get_string('email_body_notification_meeting_has_been', 'bigbluebuttonbn').' '.$msg->action.'.</p>'."\n"; |