Moodle PHP Documentation 4.4
Moodle 4.4.9+ (Build: 20250711) (4ea86454947)
core_tag\output\tag Class Reference
Inheritance diagram for core_tag\output\tag:
renderable templatable

Public Member Functions

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

Protected Attributes

core_tag_tag stdClass $record
 

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: