Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

The renderable for core/checkbox-toggleall.

Copyright: 2019 Jun Pataleta
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 125 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

checkbox_toggleall:: (3 methods):
  __construct()
  export_for_template()
  get_template()


Class: checkbox_toggleall  - X-Ref

The checkbox-toggleall renderable class.

__construct(string $togglegroup, bool $ismaster, $options = [], $isbutton = false)   X-Ref
Constructor.

param: string $togglegroup The name of the group of checkboxes to be toggled.
param: bool $ismaster Whether we're rendering for a master checkbox or a slave checkbox.
param: array $options The options for the checkbox. Valid options are:
param: bool $isbutton Whether to render this as a button. Applies to master only.

export_for_template(renderer_base $output)   X-Ref
Export for template.

param: renderer_base $output The renderer.
return: stdClass

get_template()   X-Ref
Fetches the appropriate template for the checkbox toggle all element.

return: string