Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
tool_lp\external\path_node_exporter Class Reference

Class for exporting path_node data. More...

Inheritance diagram for tool_lp\external\path_node_exporter:

Public Member Functions

 __construct ($data, $related=array())
 Constructor - saves the persistent object, and the related objects.
 

Static Protected Member Functions

static define_properties ()
 Return the list of properties.
 
static define_related ()
 Return the list of properties.
 

Detailed Description

Class for exporting path_node data.

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

Constructor & Destructor Documentation

◆ __construct()

tool_lp\external\path_node_exporter::__construct ( $data,
$related = array() )

Constructor - saves the persistent object, and the related objects.

Parameters
mixed$dataThe data.
array$relatedArray of relateds.

Member Function Documentation

◆ define_properties()

static tool_lp\external\path_node_exporter::define_properties ( )
staticprotected

Return the list of properties.

Return values
array

◆ define_related()

static tool_lp\external\path_node_exporter::define_related ( )
staticprotected

Return the list of properties.

Return values
array

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