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

Static Public Member Functions

static generate_guest_meeting_credentials ()
 Generate random credentials for guest access.
 
static html2text ($html, $len=0)
 Helper function to convert an html string to plain text.
 
static random_password ($length=8, $unique="")
 Helper generates a random password.
 

Public Attributes

const COMPONENT = 'mod_bigbluebuttonbn'
 Component name.
 

Member Function Documentation

◆ generate_guest_meeting_credentials()

static mod_bigbluebuttonbn\plugin::generate_guest_meeting_credentials ( )
static

Generate random credentials for guest access.

Return values
array

◆ html2text()

static mod_bigbluebuttonbn\plugin::html2text ( $html,
$len = 0 )
static

Helper function to convert an html string to plain text.

Parameters
string$html
int$len
Return values
string

◆ random_password()

static mod_bigbluebuttonbn\plugin::random_password ( $length = 8,
$unique = "" )
static

Helper generates a random password.

Parameters
int$length
string$unique
Return values
string

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