A class to represent the Activity Chooser footer data.
More...
|
string | $carouseltemplate |
| $carouseltemplate The rendered template for the footer.
|
|
string | $footerjspath |
| $footerjspath The path to the plugin JS file to dynamically import later.
|
|
string | $footertemplate |
| $footertemplate The rendered template for the footer.
|
|
A class to represent the Activity Chooser footer data.
@subpackage course
- Copyright
- 2020 Mathew May <mathew.solutions>
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
core_course\local\entity\activity_chooser_footer::__construct |
( |
string | $footerjspath, |
|
|
string | $footertemplate, |
|
|
?string | $carouseltemplate = '' ) |
Constructor method.
- Parameters
-
string | $footerjspath | JS file to dynamically import later. |
string | $footertemplate | Footer template that has been rendered. |
string | null | $carouseltemplate | Carousel template that may have been rendered. |
◆ get_carousel_template()
core_course\local\entity\activity_chooser_footer::get_carousel_template |
( |
| ) |
|
Get the carousel rendered template for this plugin.
- Return values
-
string | The template that has been rendered for the chooser carousel. |
◆ get_footer_js_file()
core_course\local\entity\activity_chooser_footer::get_footer_js_file |
( |
| ) |
|
Get the footer JS file path for this plugin.
- Return values
-
string | The JS file to call functions from. |
◆ get_footer_template()
core_course\local\entity\activity_chooser_footer::get_footer_template |
( |
| ) |
|
Get the footer rendered template for this plugin.
- Return values
-
string | The template that has been rendered for the chooser footer. |
The documentation for this class was generated from the following file:
- course/classes/local/entity/activity_chooser_footer.php