Moodle  2.2.1
http://www.collinsharper.com
moodle_message_external Class Reference
Inheritance diagram for moodle_message_external:
Collaboration diagram for moodle_message_external:

Static Public Member Functions

static send_instantmessages_parameters ()
static send_instantmessages ($messages=array())
static send_instantmessages_returns ()

Detailed Description

Deprecated message functions

Deprecated:
since Moodle 2.2 please use core_message_external instead

Definition at line 178 of file externallib.php.


Member Function Documentation

static send_instantmessages ( messages = array()) [static]

Send private messages from the current USER to other users

Deprecated:
since Moodle 2.2 please use core_message_external::send_instant_messages instead
Parameters:
$messagesAn array of message to send.
Returns:
boolean

Definition at line 195 of file externallib.php.

Here is the call graph for this function:

static send_instantmessages_parameters ( ) [static]

Returns description of method parameters

Deprecated:
since Moodle 2.2 please use core_message_external::send_instant_messages_parameters instead
Returns:
external_function_parameters

Definition at line 185 of file externallib.php.

Here is the call graph for this function:

static send_instantmessages_returns ( ) [static]

Returns description of method result value

Deprecated:
since Moodle 2.2 please use core_message_external::send_instant_messages_returns instead
Returns:
external_description

Definition at line 204 of file externallib.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations