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


Static Public Member Functions | |
| static | create_groups_parameters () |
| static | create_groups ($groups) |
| static | create_groups_returns () |
| static | get_groups_parameters () |
| static | get_groups ($groupids) |
| static | get_groups_returns () |
| static | get_course_groups_parameters () |
| static | get_course_groups ($courseid) |
| static | get_course_groups_returns () |
| static | delete_groups_parameters () |
| static | delete_groups ($groupids) |
| static | delete_groups_returns () |
| static | get_group_members_parameters () |
| static | get_group_members ($groupids) |
| static | get_group_members_returns () |
| static | add_group_members_parameters () |
| static | add_group_members ($members) |
| static | add_group_members_returns () |
| static | delete_group_members_parameters () |
| static | delete_group_members ($members) |
| static | delete_group_members_returns () |
Group functions
Definition at line 32 of file externallib.php.
| static add_group_members | ( | $ | members | ) | [static] |
Add group members
| array | $members | of arrays with keys userid, groupid |
Definition at line 392 of file externallib.php.


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

| static add_group_members_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 436 of file externallib.php.

| static create_groups | ( | $ | groups | ) | [static] |
Create groups
| array | $groups | array of group description arrays (with keys groupname and courseid) |
Definition at line 60 of file externallib.php.

| static create_groups_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 38 of file externallib.php.
| static create_groups_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 107 of file externallib.php.
| static delete_group_members | ( | $ | members | ) | [static] |
Delete group members
| array | $members | of arrays with keys userid, groupid |
Definition at line 465 of file externallib.php.


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

| static delete_group_members_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 504 of file externallib.php.

| static delete_groups | ( | $ | groupids | ) | [static] |
Delete groups
| array | $groupids | array of group ids |
Definition at line 262 of file externallib.php.

| static delete_groups_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 249 of file externallib.php.
| static delete_groups_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 301 of file externallib.php.
| static get_course_groups | ( | $ | courseid | ) | [static] |
Get all groups in the specified course
| int | $courseid | id of course |
Definition at line 201 of file externallib.php.

| static get_course_groups_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 188 of file externallib.php.
| static get_course_groups_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 231 of file externallib.php.
| static get_group_members | ( | $ | groupids | ) | [static] |
Return all members for a group
| array | $groupids | array of group ids |
Definition at line 323 of file externallib.php.


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

| static get_group_members_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 356 of file externallib.php.

| static get_groups | ( | $ | groupids | ) | [static] |
Get groups definition specified by ids
| array | $groupids | arrays of group ids |
Definition at line 139 of file externallib.php.

| static get_groups_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 125 of file externallib.php.
| static get_groups_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 170 of file externallib.php.