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

Static Public Member Functions

static create_notes_parameters ()
static create_notes ($notes=array())
static create_notes_returns ()

Detailed Description

Deprecated notes functions

Deprecated:
since Moodle 2.2 please use core_notes_external instead

Definition at line 193 of file externallib.php.


Member Function Documentation

static create_notes ( notes = array()) [static]

Create notes about some users Note: code should be matching the /notes/edit.php checks and the /user/addnote.php checks. (they are similar cheks)

Deprecated:
since Moodle 2.2 please use core_notes_external::create_notes instead
Parameters:
array$notesAn array of notes to create.
Returns:
array (success infos and fail infos)

Definition at line 212 of file externallib.php.

static create_notes_parameters ( ) [static]

Returns description of method parameters

Deprecated:
since Moodle 2.2 please use core_notes_external::create_notes_parameters instead
Returns:
external_function_parameters

Definition at line 200 of file externallib.php.

static create_notes_returns ( ) [static]

Returns description of method result value

Deprecated:
since Moodle 2.2 please use core_notes_external::create_notes_returns instead
Returns:
external_description

Definition at line 221 of file externallib.php.


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