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

Public Member Functions

 __construct (recording $rec, ?instance $instance)
 recording_row_playback constructor.
 
 export_for_template (renderer_base $output)
 Export for template.
 

Protected Member Functions

 should_be_included (array $playback)
 Helper function renders the link used for recording type in row for the data used by the recording table.
 

Protected Attributes

$instance $instance
 
$recording $recording
 

Constructor & Destructor Documentation

◆ __construct()

mod_bigbluebuttonbn\output\recording_row_playback::__construct ( recording $rec,
?instance $instance )

recording_row_playback constructor.

Parameters
recording$rec
instance | null$instance$instance

Member Function Documentation

◆ export_for_template()

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

Export for template.

Parameters
renderer_base$output
Return values
stdClass

Implements templatable.

◆ should_be_included()

mod_bigbluebuttonbn\output\recording_row_playback::should_be_included ( array $playback)
protected

Helper function renders the link used for recording type in row for the data used by the recording table.

Parameters
array$playback
Return values
bool

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