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


Public Member Functions | |
| __construct () | |
| get_setting () | |
| get_defaultsetting () | |
| write_setting ($data) | |
| is_related ($query) | |
| output_html ($data, $query='') | |
Special class for authentication administration.
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 5276 of file adminlib.php.
| __construct | ( | ) |
Calls parent::__construct with specific arguments
Definition at line 5280 of file adminlib.php.
Always returns true
Reimplemented from admin_setting.
Definition at line 5299 of file adminlib.php.
| get_setting | ( | ) |
Always returns true
Reimplemented from admin_setting.
Definition at line 5290 of file adminlib.php.
| is_related | ( | $ | query | ) |
Search to find if Query is related to auth plugin
| string | $query | The string to search for |
Reimplemented from admin_setting.
Definition at line 5319 of file adminlib.php.

| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Return XHTML to display control
| mixed | $data | Unused |
| string | $query |
Get the auth title (from core or own auth lang files)
Apply titles
Get the auth title (from core or own auth lang files)
Apply titles
Reimplemented from admin_setting.
Definition at line 5346 of file adminlib.php.

| write_setting | ( | $ | data | ) |
Always returns '' and doesn't write anything
Reimplemented from admin_setting.
Definition at line 5308 of file adminlib.php.