Class for the page listing the evidence of prior learning of a user.
More...
|
bool | $canmanage |
| Can the user manage the evidence.
|
|
context_user null | $context = null |
| $context context.
|
|
tool_lp user_evidence[] | $evidence = array() |
| $evidence List of user evidence.
|
|
array | $navigation = array() |
| $navigation List of links to display on the page.
|
|
int null | $userid = null |
| $userid Userid.
|
|
Class for the page listing the evidence of prior learning of a user.
- Copyright
- 2015 Frédéric Massart - FMCorz.net
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
tool_lp\output\user_evidence_list_page::__construct |
( |
| $userid | ) |
|
Construct this renderable.
- Parameters
-
◆ export_for_template()
tool_lp\output\user_evidence_list_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.
◆ $context
context_user null tool_lp\output\user_evidence_list_page::$context = null |
|
protected |
◆ $navigation
array tool_lp\output\user_evidence_list_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:
- admin/tool/lp/classes/output/user_evidence_list_page.php