Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
tool_lp\output\manage_templates_page Class Reference

Class containing data for managecompetencyframeworks page. More...

Inheritance diagram for tool_lp\output\manage_templates_page:
renderable templatable

Public Member Functions

 __construct (context $pagecontext)
 Construct this renderable. More...
 
 export_for_template (renderer_base $output)
 Export this data so it can be used as the context for a mustache template. More...
 

Protected Attributes

array $navigation = array()
 $navigation List of links to display on the page. More...
 
context $pagecontext
 The context in which everything is happening.
 
array $templates = array()
 $templates List of learning plan templates.
 

Detailed Description

Class containing data for managecompetencyframeworks page.

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

Constructor & Destructor Documentation

◆ __construct()

tool_lp\output\manage_templates_page::__construct ( context  $pagecontext)

Construct this renderable.

Parameters
context$pagecontext

Member Function Documentation

◆ export_for_template()

tool_lp\output\manage_templates_page::export_for_template ( renderer_base  $output)

Export this data so it can be used as the context for a mustache template.

Parameters
renderer_base$outputRenderer base.
Return values
stdClass

Implements templatable.

Member Data Documentation

◆ $navigation

array tool_lp\output\manage_templates_page::$navigation = array()
protected

$navigation List of links to display on the page.

Each link contains a url and a title.


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