Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

Displays enrolment LTI instances.

Copyright: 2016 Mark Nelson <markn@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 282 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

manage_table:: (8 methods):
  __construct()
  col_name()
  col_launch()
  col_registration()
  col_edit()
  query_db()
  get_display_text()
  get_deleted_activity_name_html()


Class: manage_table  - X-Ref

Handles displaying enrolment LTI instances.

__construct($courseid)   X-Ref
Sets up the table.

param: string $courseid The id of the course.

col_name($tool)   X-Ref
Generate the name column.

param: \stdClass $tool event data.
return: string

col_launch($tool)   X-Ref
Generate the launch column.

param: \stdClass $tool instance data.
return: string

col_registration($tool)   X-Ref
Generate the Registration column.

param: \stdClass $tool instance data.
return: string

col_edit($tool)   X-Ref
Generate the edit column.

param: \stdClass $tool event data.
return: string

query_db($pagesize, $useinitialsbar = true)   X-Ref
Query the reader. Store results in the object for use by build_table.

param: int $pagesize size of page for paginated displayed table.
param: bool $useinitialsbar do you want to use the initials bar.

get_display_text($tool, $text)   X-Ref
Returns text to display in the columns.

param: \stdClass $tool the tool
param: string $text the text to alter
return: string

get_deleted_activity_name_html(\stdClass $tool)   X-Ref
Get a warning icon, with tooltip, describing enrolment instances sharing activities which have been deleted.

param: \stdClass $tool the tool instance record.
return: string the HTML for the name column.