Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
core_message\external\set_unsent_message Class Reference
Inheritance diagram for core_message\external\set_unsent_message:

Static Public Member Functions

static execute (string $message, int $conversationid, int $otheruserid)
 Store the unsent message, along with conversation params, in the session for later retrieval.
 
static execute_parameters ()
 Returns description of method parameters.
 
static execute_returns ()
 Describes the data returned from the external function.
 

Detailed Description

Member Function Documentation

◆ execute()

static core_message\external\set_unsent_message::execute ( string $message,
int $conversationid,
int $otheruserid )
static

Store the unsent message, along with conversation params, in the session for later retrieval.

Parameters
string$messageThe message string.
int$conversationidThe conversation id.
int$otheruseridThe other user id.

◆ execute_parameters()

static core_message\external\set_unsent_message::execute_parameters ( )
static

Returns description of method parameters.

Return values
external_function_parameters

The documentation for this class was generated from the following file: