Class containing data for course competencies page.
More...
|
bool bool | $canconfigurecoursecompetencies = false |
|
bool bool | $cangradecompetencies = false |
|
bool | $canmanagecompetencyframeworks = false |
| $canmanagecompetencyframeworks Can the current user manage competency frameworks.
|
|
bool | $canmanagecoursecompetencies = false |
| $canmanagecoursecompetencies Can the current user manage course competency frameworks.
|
|
context | $context = null |
| $context The context for this page.
|
|
core_competency course_competency[] | $coursecompetencylist = array() |
| $competencies List of competencies.
|
|
core persistent null | $coursecompetencysettings = null |
|
tool_lp course_competency_statistics null | $coursecompetencystatistics = null |
|
int | $courseid = null |
| $courseid Course id for this page.
|
|
string | $manageurl = null |
| $manageurl manage url.
|
|
int | $moduleid = null |
| $moduleid Module id for this page.
|
|
Class containing data for course competencies page.
- Copyright
- 2015 Damyon Wiese
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
tool_lp\output\course_competencies_page::__construct |
( |
| $courseid, |
|
|
| $moduleid ) |
Construct this renderable.
- Parameters
-
int | $courseid | The course record for this page. |
◆ export_for_template()
tool_lp\output\course_competencies_page::export_for_template |
( |
renderer_base | $output | ) |
|
Export this data so it can be used as the context for a mustache template.
- Parameters
-
- Return values
-
Implements templatable.
◆ $canmanagecoursecompetencies
bool tool_lp\output\course_competencies_page::$canmanagecoursecompetencies = false |
|
protected |
$canmanagecoursecompetencies Can the current user manage course competency frameworks.
The documentation for this class was generated from the following file:
- admin/tool/lp/classes/output/course_competencies_page.php