Class containing data for managecompetencies page.
More...
|
bool | $canmanage = false |
| $canmanage Result of permissions checks.
|
|
core_competency competency[] | $competencies = array() |
| $competencies List of competencies.
|
|
core_competency competency | $competency = null |
| $competency The competency to show when the page loads.
|
|
core_competency competency_framework | $framework = null |
| $framework This competency framework.
|
|
array array | $navigation = [] |
|
context | $pagecontext = null |
| $pagecontext The page context.
|
|
moodle_url | $pluginbaseurl = null |
| $pluginurlbase Base url to use constructing links.
|
|
string | $search = '' |
| $search Text to search for.
|
|
Class containing data for managecompetencies page.
- Copyright
- 2015 Damyon Wiese
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
tool_lp\output\manage_competencies_page::__construct |
( |
| $framework, |
|
|
| $search, |
|
|
| $pagecontext, |
|
|
| $competency ) |
Construct this renderable.
- Parameters
-
◆ export_for_template()
tool_lp\output\manage_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.
The documentation for this class was generated from the following file:
- admin/tool/lp/classes/output/manage_competencies_page.php