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


Public Member Functions | |
| __construct ($name, $options) | |
| find_users ($search) | |
| set_existing_subscribers (array $users) | |
| set_force_subscribed ($setting=true) | |
Protected Member Functions | |
| get_options () | |
Protected Attributes | |
| $forcesubscribed = false | |
| $existingsubscribers = array() | |
| __construct | ( | $ | name, |
| $ | options | ||
| ) |
Constructor method
| string | $name | |
| array | $options |
Reimplemented from forum_subscriber_selector_base.
| find_users | ( | $ | search | ) |
Finds all potential users
Potential users are determined by checking for users with a capability determined in {
| string | $search |
Reimplemented from user_selector_base.
Definition at line 7646 of file lib.php.

| get_options | ( | ) | [protected] |
Returns an arary of options for this control
Reimplemented from forum_subscriber_selector_base.
| set_existing_subscribers | ( | array $ | users | ) |
| set_force_subscribed | ( | $ | setting = true | ) |
$existingsubscribers = array() [protected] |