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


Public Member Functions | |
| __construct () | |
| get_setting () | |
| get_defaultsetting () | |
| get_full_name () | |
| write_setting ($data) | |
| is_related ($query) | |
| repository_action_url ($repository) | |
| output_html ($data, $query='') | |
Manage repository settings
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 6345 of file adminlib.php.
| __construct | ( | ) |
calls parent::__construct with specific arguments
Definition at line 6352 of file adminlib.php.

Always returns true does nothing
Reimplemented from admin_setting.
Definition at line 6372 of file adminlib.php.
| get_full_name | ( | ) |
Always returns s_managerepository
Reimplemented from admin_setting.
Definition at line 6381 of file adminlib.php.
| get_setting | ( | ) |
Always returns true, does nothing
Reimplemented from admin_setting.
Definition at line 6363 of file adminlib.php.
| is_related | ( | $ | query | ) |
Searches repository plugins for one that matches $query
| string | $query | The string to search for |
Reimplemented from admin_setting.
Definition at line 6404 of file adminlib.php.

| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Builds XHTML to display the control
| string | $data | Unused |
| string | $query |
Reimplemented from admin_setting.
Definition at line 6441 of file adminlib.php.

| repository_action_url | ( | $ | repository | ) |
Helper function that generates a moodle_url object relevant to the repository
Definition at line 6430 of file adminlib.php.


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