Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Mobile output class for bigbluebuttonbn

Author: Jesus Federico (jesus [at] blindsidenetworks [dt] com)
Copyright: 2018 onwards, Blindside Networks Inc
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 227 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mobile:: (3 methods):
  mobile_course_view()
  mobile_print_error()
  mobile_print_notification()


Class: mobile  - X-Ref

Mobile output class for bigbluebuttonbn

mobile_course_view($args)   X-Ref
Returns the bigbluebuttonbn course view for the mobile app.

return: array HTML, javascript and other data.
param: mixed $args

mobile_print_error($error)   X-Ref
Returns the view for errors.

return: array HTML, javascript and otherdata
param: string $error Error to display.

mobile_print_notification(instance $instance, $message, $notstarted = [])   X-Ref
Returns the view for messages.

return: array HTML, javascript and otherdata
param: instance $instance
param: string $message Message to display.
param: array $notstarted Extra messages for not started session.