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

Static Public Member Functions

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

Detailed Description

Notes functions

Definition at line 31 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)

Parameters:
array$notesAn array of notes to create.
Returns:
array (success infos and fail infos)

Definition at line 63 of file externallib.php.

Here is the call graph for this function:

static create_notes_parameters ( ) [static]

Returns description of method parameters

Returns:
external_function_parameters

Definition at line 37 of file externallib.php.

static create_notes_returns ( ) [static]

Returns description of method result value

Returns:
external_description

Definition at line 175 of file externallib.php.


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