|
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_groupmembers_parameters () |
| static | get_groupmembers ($groupids) |
| static | get_groupmembers_returns () |
| static | add_groupmembers_parameters () |
| static | add_groupmembers ($members) |
| static | add_groupmembers_returns () |
| static | delete_groupmembers_parameters () |
| static | delete_groupmembers ($members) |
| static | delete_groupmembers_returns () |
Deprecated group functions
Definition at line 514 of file externallib.php.
| static add_groupmembers | ( | $ | members | ) | [static] |
Add group members
| array | $members | of arrays with keys userid, groupid |
Definition at line 673 of file externallib.php.

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

| static add_groupmembers_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 682 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 531 of file externallib.php.
| static create_groups_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 521 of file externallib.php.
| static create_groups_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 540 of file externallib.php.
| static delete_groupmembers | ( | $ | members | ) | [static] |
Delete group members
| array | $members | of arrays with keys userid, groupid |
Definition at line 702 of file externallib.php.

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

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

| static delete_groups | ( | $ | groupids | ) | [static] |
Delete groups
| array | $groupids | array of group ids |
Definition at line 615 of file externallib.php.
| static delete_groups_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 605 of file externallib.php.

| static delete_groups_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 624 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 587 of file externallib.php.
| static get_course_groups_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 577 of file externallib.php.
| static get_course_groups_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 596 of file externallib.php.
| static get_groupmembers | ( | $ | groupids | ) | [static] |
Return all members for a group
| array | $groupids | array of group ids |
Definition at line 644 of file externallib.php.

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

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

| static get_groups | ( | $ | groupids | ) | [static] |
Get groups definition specified by ids
| array | $groupids | arrays of group ids |
Definition at line 559 of file externallib.php.
| static get_groups_parameters | ( | ) | [static] |
Returns description of method parameters
Definition at line 549 of file externallib.php.
| static get_groups_returns | ( | ) | [static] |
Returns description of method result value
Definition at line 568 of file externallib.php.