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


Public Member Functions | |
| __construct ($name, $options) | |
Data Fields | |
| const | MAX_USERS_PER_PAGE = 100 |
Protected Member Functions | |
| get_options () | |
Protected Attributes | |
| $roleid | |
| $context | |
| __construct | ( | $ | name, |
| $ | options | ||
| ) |
| string | $name | control name |
| array | $options | should have two elements with keys groupid and courseid. |
Reimplemented from user_selector_base.
Reimplemented in existing_role_holders.
Definition at line 997 of file lib.php.

| 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.
| const MAX_USERS_PER_PAGE = 100 |