Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
core_tag\output\tag Class Reference

Class to help display tag. More...

Inheritance diagram for core_tag\output\tag:
renderable templatable

Public Member Functions

 __construct ($tag)
 Constructor. More...
 
 export_for_template (renderer_base $output)
 Export this data so it can be used as the context for a mustache template. More...
 

Protected Attributes

core_tag_tag stdClass $record
 

Detailed Description

Class to help display tag.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

core_tag\output\tag::__construct (   $tag)

Constructor.

Parameters
core_tag_tag | stdClass$tag

Member Function Documentation

◆ export_for_template()

core_tag\output\tag::export_for_template ( renderer_base  $output)

Export this data so it can be used as the context for a mustache template.

Parameters
renderer_base$output
Return values
stdClass

Implements templatable.


The documentation for this class was generated from the following file: