|
Moodle
2.2.1
http://www.collinsharper.com
|


Static Public Member Functions | |
| static | create_notes_parameters () |
| static | create_notes ($notes=array()) |
| static | create_notes_returns () |
Deprecated notes functions
Definition at line 193 of file externallib.php.
| 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)
| array | $notes | An array of notes to create. |
Definition at line 212 of file externallib.php.
| static create_notes_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 200 of file externallib.php.
| static create_notes_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 221 of file externallib.php.