See Release Notes
Long Term Support Release
Differences Between: [Versions 401 and 402] [Versions 401 and 403]
(no description)
File Size: | 130 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
sticky_footer:: (6 methods):
__construct()
set_content()
add_classes()
add_attribute()
export_for_template()
get_template_name()
Class: sticky_footer - X-Ref
Class to render a sticky footer element.__construct(string $stickycontent = '', ?string $stickyclasses = null, array $attributes = []) X-Ref |
Constructor. param: string $stickycontent the footer content param: string|null $stickyclasses extra CSS classes param: array $attributes extra html attributes (attribute => value) |
set_content(string $stickycontent) X-Ref |
Set the footer contents. param: string $stickycontent the footer content |
add_classes(string $stickyclasses) X-Ref |
Add extra classes to the sticky footer. param: string $stickyclasses the extra classes |
add_attribute(string $atribute, string $value) X-Ref |
Add extra attributes to the sticky footer element. param: string $atribute the attribute param: string $value the value |
export_for_template(\renderer_base $output) X-Ref |
Export this data so it can be used as the context for a mustache template (core/inplace_editable). param: renderer_base $output typically, the renderer that's calling this function return: array data context for a mustache template |
get_template_name(\renderer_base $renderer) X-Ref |
Get the name of the template to use for this templatable. param: \renderer_base $renderer The renderer requesting the template name return: string the template name |