Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Static Public Member Functions | Public Attributes | List of all members
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: