Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
core_tag\external\tag_item_exporter Class Reference

Contains related class for displaying information of a tag item. More...

Inheritance diagram for core_tag\external\tag_item_exporter:

Protected Member Functions

 get_other_values (renderer_base $output)
 Get the additional values to inject while exporting.
 

Static Protected Member Functions

static define_other_properties ()
 Return the list of additional properties used only for display.
 
static define_properties ()
 Return the list of properties.
 

Detailed Description

Contains related class for displaying information of a tag item.

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

Member Function Documentation

◆ define_other_properties()

static core_tag\external\tag_item_exporter::define_other_properties ( )
staticprotected

Return the list of additional properties used only for display.

Return values
array

◆ define_properties()

static core_tag\external\tag_item_exporter::define_properties ( )
staticprotected

Return the list of properties.

Return values
array

◆ get_other_values()

core_tag\external\tag_item_exporter::get_other_values ( renderer_base $output)
protected

Get the additional values to inject while exporting.

Parameters
renderer_base$outputThe renderer.
Return values
arrayKeys are the property names, values are their values.

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