Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
core_my\external\view_page Class Reference

External service to log viewed Dashboard and My pages. More...

Inheritance diagram for core_my\external\view_page:

Static Public Member Functions

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.
 

Detailed Description

External service to log viewed Dashboard and My pages.

This is mainly used by the mobile application.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Since
Moodle 4.3

Member Function Documentation

◆ execute()

static core_my\external\view_page::execute ( string $page)
static

Execute the My or Dashboard view event.

Parameters
string$pagethe page for trigger the event.
Return values
array

◆ 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: