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


Static Public Member Functions | |
| static | get_course_contents_parameters () |
| static | get_course_contents ($courseid, $options) |
| static | get_course_contents_returns () |
| static | get_courses_parameters () |
| static | get_courses ($options) |
| static | get_courses_returns () |
| static | create_courses_parameters () |
| static | create_courses ($courses) |
| static | create_courses_returns () |
Course functions
Definition at line 34 of file externallib.php.
| static create_courses | ( | $ | courses | ) | [static] |
Create courses
| array | $courses |
Definition at line 477 of file externallib.php.

| static create_courses_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 407 of file externallib.php.

| static create_courses_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 561 of file externallib.php.
| static get_course_contents | ( | $ | courseid, |
| $ | options | ||
| ) | [static] |
Get course contents
| int | $courseid | |
| array | $options,not | used yet, might be used in later version |
Definition at line 59 of file externallib.php.

| static get_course_contents_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 40 of file externallib.php.
| static get_course_contents_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 188 of file externallib.php.
| static get_courses | ( | $ | options | ) | [static] |
Get courses
| array | $options |
Definition at line 261 of file externallib.php.

| static get_courses_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 243 of file externallib.php.
| static get_courses_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 341 of file externallib.php.