Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
mod_bigbluebuttonbn\output\mobile Class Reference

Mobile output class for bigbluebuttonbn. More...

Static Public Member Functions

static mobile_course_view ($args)
 Returns the bigbluebuttonbn course view for the mobile app.
 

Static Protected Member Functions

static mobile_print_error ($error)
 Returns the view for errors.
 
static mobile_print_notification (instance $instance, $message, $notstarted=[])
 Returns the view for messages.
 

Detailed Description

Mobile output class for bigbluebuttonbn.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Author
Jesus Federico (jesus [at] blindsidenetworks [dt] com)

Member Function Documentation

◆ mobile_course_view()

static mod_bigbluebuttonbn\output\mobile::mobile_course_view ( $args)
static

Returns the bigbluebuttonbn course view for the mobile app.

Parameters
mixed$args
Return values
arrayHTML, javascript and other data.

◆ mobile_print_error()

static mod_bigbluebuttonbn\output\mobile::mobile_print_error ( $error)
staticprotected

Returns the view for errors.

Parameters
string$errorError to display.
Return values
arrayHTML, javascript and otherdata

◆ mobile_print_notification()

static mod_bigbluebuttonbn\output\mobile::mobile_print_notification ( instance $instance,
$message,
$notstarted = [] )
staticprotected

Returns the view for messages.

Parameters
instance$instance
string$messageMessage to display.
array$notstartedExtra messages for not started session.
Return values
arrayHTML, javascript and otherdata

The documentation for this class was generated from the following file: