Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
mod_bigbluebuttonbn\output\instance_updated_message Class Reference

Renderable for the instance notification updated message. More...

Inheritance diagram for mod_bigbluebuttonbn\output\instance_updated_message:

Public Member Functions

 __construct (instance $instance, int $type)
 Instance updated constructor.
 
 export_for_template (renderer_base $output)
 Defer to template.
 

Public Attributes

int const TYPE_CREATED = 0
 The activity was created.
 
int const TYPE_UPDATED = 1
 The activity was updated.
 

Protected Attributes

instance $instance
 $instance
 
int $type
 activity type.
 

Detailed Description

Renderable for the instance notification updated message.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Author
Darko Miletic (darko.miletic [at] gmail [dt] com)

Constructor & Destructor Documentation

◆ __construct()

mod_bigbluebuttonbn\output\instance_updated_message::__construct ( instance $instance,
int $type )

Instance updated constructor.

Parameters
instance$instance
int$type

Member Function Documentation

◆ export_for_template()

mod_bigbluebuttonbn\output\instance_updated_message::export_for_template ( renderer_base $output)

Defer to template.

Parameters
renderer_base$output
Return values
stdClass

Implements templatable.


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