Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
mod_bigbluebuttonbn\output\instance_updated_message Class Reference
Inheritance diagram for mod_bigbluebuttonbn\output\instance_updated_message:
renderable templatable

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.
 

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: