Moodle PHP Documentation 4.1
Moodle 4.1dev (Build: 20220512) (5e5e12e0)
|
Namespaces | |
namespace | report_competency |
| |
namespace | report_competency\output |
| |
namespace | report_competency\privacy |
| |
Classes | |
class | report_competency\external |
This is the external API for this report. More... | |
class | report_competency\output\renderer |
Renderer class for competency breakdown report. More... | |
class | report_competency\output\report |
Class containing data for learning plan template competencies page. More... | |
class | report_competency\output\user_course_navigation |
User course navigation class. More... | |
class | report_competency\privacy\provider |
Privacy Subsystem for report_competency implementing null_provider. More... | |
Functions | |
report_competency_extend_navigation_course ($navigation, $course, $context) | |
This function extends the navigation with the report items. More... | |
report_competency_extend_navigation_module ($navigation, $cm) | |
This function extends the navigation with the report items. More... | |
Variables | |
$functions | |
$plugin = 2022041200 | |
$plugin | component = 'report_competency' |
$plugin | dependencies |
$plugin | version = 2022041900 |
report_competency_extend_navigation_course | ( | $navigation, | |
$course, | |||
$context | |||
) |
This function extends the navigation with the report items.
navigation_node | $navigation | The navigation node to extend |
stdClass | $course | The course to object for the report |
stdClass | $context | The context of the course |
report_competency_extend_navigation_module | ( | $navigation, | |
$cm | |||
) |
This function extends the navigation with the report items.
navigation_node | $navigation | The navigation node to extend |
cminfo | $cm | The course module. |
$functions |
$plugin dependencies |