External service to log viewed Dashboard and My pages.
More...
|
static | execute (string $page) |
| Execute the My or Dashboard view event.
|
|
static | execute_parameters () |
| Returns description of method parameters.
|
|
static | execute_returns () |
| Describe the return structure of the external service.
|
|
External service to log viewed Dashboard and My pages.
This is mainly used by the mobile application.
- Copyright
- 2023 Rodrigo Mady rodri.nosp@m.go.m.nosp@m.ady@m.nosp@m.oodl.nosp@m.e.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
- Since
- Moodle 4.3
◆ execute()
static core_my\external\view_page::execute |
( |
string | $page | ) |
|
|
static |
Execute the My or Dashboard view event.
- Parameters
-
string | $page | the page for trigger the event. |
- Return values
-
◆ execute_parameters()
static core_my\external\view_page::execute_parameters |
( |
| ) |
|
|
static |
Returns description of method parameters.
- Return values
-
external_function_parameters | |
◆ execute_returns()
static core_my\external\view_page::execute_returns |
( |
| ) |
|
|
static |
Describe the return structure of the external service.
- Return values
-
external_single_structure | |
The documentation for this class was generated from the following file: