Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
core_my\external\view_page Class Reference
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

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: