Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
tool_lpmigrate\output\migrate_framework_results Class Reference

Migrate frameworks results class. More...

Inheritance diagram for tool_lpmigrate\output\migrate_framework_results:

Public Member Functions

 __construct (context $pagecontext, framework_processor $processor, competency_framework $frameworkfrom, competency_framework $frameworkto, array $unmappedfrom=array(), array $unmappedto=array())
 Construct.
 
 export_for_template (\renderer_base $output)
 Export the data.
 

Protected Attributes

competency_framework null $frameworkfrom = null
 
competency_framework null $frameworkto = null
 
context $pagecontext
 The current page context.
 
framework_processor $processor
 The processor.
 
array array $unmappedfrom = []
 $unmappedfrom Competencies from unmapped.
 
array array $unmappedto = []
 $unmappedto competencies to unmapped.
 

Detailed Description

Migrate frameworks results class.

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

Constructor & Destructor Documentation

◆ __construct()

tool_lpmigrate\output\migrate_framework_results::__construct ( context $pagecontext,
framework_processor $processor,
competency_framework $frameworkfrom,
competency_framework $frameworkto,
array $unmappedfrom = array(),
array $unmappedto = array() )

Construct.

Parameters
context$pagecontextThe current page context.
framework_processor$processorThe processor.
competency_framework$frameworkfromFramework from.
competency_framework$frameworktoFramework to.
array$unmappedfromCompetencies from unmapped.
array$unmappedtoCompetencies to unmapped.

Member Function Documentation

◆ export_for_template()

tool_lpmigrate\output\migrate_framework_results::export_for_template ( \renderer_base $output)

Export the data.

Parameters
renderer_base$output
Return values
stdClass

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