Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]

(no description)

File Size: 221 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: index  - X-Ref

Renderer for the Index page.

__construct(stdClass $course, array $instances)   X-Ref
Constructor for the index renderable.

param: stdClass $course
param: instance[] List of bbbbn instances

get_table(renderer_base $output)   X-Ref
Get the table for the index page.

return: html_table
param: renderer_base $output

add_instance_to_table(renderer_base $output, html_table $table, instance $instance)   X-Ref
Add details of the bigbluebuttonbn instance to the table.

param: renderer_base $output
param: html_table $table
param: instance $instance

add_room_row_to_table(renderer_base $output, instance $instance, ?int $group = null)   X-Ref
Displays the general view.

return: array
param: renderer_base $output
param: instance $instance
param: int|null $group

get_room_usercount(meeting $meeting)   X-Ref
Count the number of users in the meeting.

return: int
param: meeting $meeting

get_room_attendee_list(meeting $meeting, string $role)   X-Ref
Returns attendee list.

return: string
param: meeting $meeting
param: string $role

get_room_record_info(renderer_base $output, instance $instance)   X-Ref
Returns indication of recording enabled.

return: string
param: renderer_base $output
param: instance $instance

get_room_actions(renderer_base $output, instance $instance, meeting $meeting)   X-Ref
Returns room actions.

return: string
param: renderer_base $output
param: instance $instance
param: meeting $meeting