Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
block_recentlyaccesseditems\external\recentlyaccesseditems_item_exporter Class Reference

Class for exporting the data needed to render a recent accessed item. More...

Inheritance diagram for block_recentlyaccesseditems\external\recentlyaccesseditems_item_exporter:

Static Public Member Functions

static define_other_properties ()
 Return the list of additional properties.
 
static define_properties ()
 Return the list of properties.
 

Protected Member Functions

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

Static Protected Member Functions

static define_related ()
 Returns a list of objects that are related to this persistent.
 

Detailed Description

Class for exporting the data needed to render a recent accessed item.

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

Member Function Documentation

◆ define_other_properties()

static block_recentlyaccesseditems\external\recentlyaccesseditems_item_exporter::define_other_properties ( )
static

Return the list of additional properties.

Return values
arrayAdditional properties.

◆ define_properties()

static block_recentlyaccesseditems\external\recentlyaccesseditems_item_exporter::define_properties ( )
static

Return the list of properties.

Return values
arrayProperties.

◆ get_other_values()

block_recentlyaccesseditems\external\recentlyaccesseditems_item_exporter::get_other_values ( renderer_base $output)
protected

Get the additional values to inject while exporting.

Parameters
renderer_base$outputThe renderer
Return values
arrayAdditional properties with values

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