Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
tool_generator\output\stepsinformation Class Reference
Inheritance diagram for tool_generator\output\stepsinformation:

Public Member Functions

 __construct (public runner runner $runner)
 Constructor.
 
 export_for_template (\renderer_base $output)
 Export this data so it can be used as the context for a mustache template (core/inplace_editable).
 

Constructor & Destructor Documentation

◆ __construct()

tool_generator\output\stepsinformation::__construct ( public runner runner $runner)

Constructor.

Parameters
runner$runnerthe scenario runner
Parameters
$runnerthe runner instance.

Member Function Documentation

◆ export_for_template()

tool_generator\output\stepsinformation::export_for_template ( \renderer_base $output)

Export this data so it can be used as the context for a mustache template (core/inplace_editable).

Parameters
renderer_base$outputtypically, the renderer that's calling this function
Return values
stdClassdata context for a mustache template

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