URL resolver class.
More...
|
| competency ($competencyid, $pagecontextid) |
| The URL where the competency can be found.
|
|
| framework ($frameworkid, $pagecontextid) |
| The URL where the framework can be found.
|
|
| frameworks ($pagecontextid) |
| The URL where the frameworks can be found.
|
|
| plan ($planid) |
| The URL where the plan can be found.
|
|
| plans ($userid) |
| The URL where the plans of a user can be found.
|
|
| template ($templateid, $pagecontextid) |
| The URL where the template can be found.
|
|
| templates ($pagecontextid) |
| The URL where the templates can be found.
|
|
| user_competency ($usercompetencyid) |
| The URL where the user competency can be found.
|
|
| user_competency_in_course ($userid, $competencyid, $courseid) |
| The URL where the user competency can be found in the context of a course.
|
|
| user_competency_in_plan ($userid, $competencyid, $planid) |
| The URL where the user competency can be found in the context of a plan.
|
|
| user_evidence ($userevidenceid) |
| The URL where the user evidence (of prior learning) can be found.
|
|
URL resolver class.
- Copyright
- 2016 Frédéric Massart - FMCorz.net
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ competency()
tool_lp\url_resolver::competency |
( |
| $competencyid, |
|
|
| $pagecontextid ) |
The URL where the competency can be found.
- Parameters
-
int | $competencyid | The competency ID. |
int | $pagecontextid | The ID of the context we are in. |
- Return values
-
◆ framework()
tool_lp\url_resolver::framework |
( |
| $frameworkid, |
|
|
| $pagecontextid ) |
The URL where the framework can be found.
- Parameters
-
int | $frameworkid | The framework ID. |
int | $pagecontextid | The ID of the context we are in. |
- Return values
-
◆ frameworks()
tool_lp\url_resolver::frameworks |
( |
| $pagecontextid | ) |
|
The URL where the frameworks can be found.
- Parameters
-
int | $pagecontextid | The ID of the context that we are browsing. |
- Return values
-
◆ plan()
tool_lp\url_resolver::plan |
( |
| $planid | ) |
|
The URL where the plan can be found.
- Parameters
-
- Return values
-
◆ plans()
tool_lp\url_resolver::plans |
( |
| $userid | ) |
|
The URL where the plans of a user can be found.
- Parameters
-
- Return values
-
◆ template()
tool_lp\url_resolver::template |
( |
| $templateid, |
|
|
| $pagecontextid ) |
The URL where the template can be found.
- Parameters
-
int | $templateid | The template ID. |
int | $pagecontextid | The ID of the context we are in. |
- Return values
-
◆ templates()
tool_lp\url_resolver::templates |
( |
| $pagecontextid | ) |
|
The URL where the templates can be found.
- Parameters
-
int | $pagecontextid | The ID of the context that we are browsing. |
- Return values
-
◆ user_competency()
tool_lp\url_resolver::user_competency |
( |
| $usercompetencyid | ) |
|
The URL where the user competency can be found.
- Parameters
-
int | $usercompetencyid | The user competency ID |
- Return values
-
◆ user_competency_in_course()
tool_lp\url_resolver::user_competency_in_course |
( |
| $userid, |
|
|
| $competencyid, |
|
|
| $courseid ) |
The URL where the user competency can be found in the context of a course.
- Parameters
-
int | $userid | The user ID |
int | $competencyid | The competency ID. |
int | $courseid | The course ID. |
- Return values
-
◆ user_competency_in_plan()
tool_lp\url_resolver::user_competency_in_plan |
( |
| $userid, |
|
|
| $competencyid, |
|
|
| $planid ) |
The URL where the user competency can be found in the context of a plan.
- Parameters
-
int | $userid | The user ID |
int | $competencyid | The competency ID. |
int | $planid | The plan ID. |
- Return values
-
◆ user_evidence()
tool_lp\url_resolver::user_evidence |
( |
| $userevidenceid | ) |
|
The URL where the user evidence (of prior learning) can be found.
- Parameters
-
int | $userevidenceid | The user evidence ID |
- Return values
-
The documentation for this class was generated from the following file:
- admin/tool/lp/classes/url_resolver.php