Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

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.

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

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

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

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

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