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 |
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 |