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


Public Member Functions | |
| __construct ($name, $options) | |
Protected Member Functions | |
| get_options () | |
| convert_array_format ($roles, $search) | |
Protected Attributes | |
| $groupid | |
| $courseid | |
| __construct | ( | $ | name, |
| $ | options | ||
| ) |
| string | $name | control name |
| array | $options | should have two elements with keys groupid and courseid. |
Reimplemented from user_selector_base.
Definition at line 677 of file lib.php.

| convert_array_format | ( | $ | roles, |
| $ | search | ||
| ) | [protected] |
| get_options | ( | ) | [protected] |
Note: this function must be implemented if you use the search ajax field (e.g. set $options['file'] = '/admin/filecontainingyourclass.php';)
Reimplemented from user_selector_base.