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


Public Member Functions | |
| __construct ($repositoryid, $context=SYSCONTEXTID, $options=array()) | |
| check_login () | |
| logout () | |
| set_option ($options=array()) | |
| get_option ($config= '') | |
| search ($search_text) | |
| get_listing ($path= '/', $page= '') | |
| print_login () | |
| callback () | |
| type_config_form ($mform) | |
| supported_returntypes () | |
Static Public Member Functions | |
| static | get_type_option_names () |
| __construct | ( | $ | repositoryid, |
| $ | context = SYSCONTEXTID, |
||
| $ | options = array() |
||
| ) |
| callback | ( | ) |
Store the auth token returned by box.net
Reimplemented from repository.
Definition at line 200 of file lib.php.

| check_login | ( | ) |
| get_listing | ( | $ | path = '/', |
| $ | page = '' |
||
| ) |
Get file listing
| string | $path |
Reimplemented from repository.
Definition at line 149 of file lib.php.

| get_option | ( | $ | config = '' | ) |
Get settings
| string | $config |
Reimplemented from repository.
Definition at line 100 of file lib.php.


| static get_type_option_names | ( | ) | [static] |
| logout | ( | ) |
reset auth token
Reimplemented from repository.
Definition at line 73 of file lib.php.

| print_login | ( | ) |
Return login form
Reimplemented from repository.
Definition at line 167 of file lib.php.


| search | ( | $ | search_text | ) |
Search files from box.net
object $OUTPUT
| string | $search_text |
Reimplemented from repository.
Definition at line 117 of file lib.php.

| set_option | ( | $ | options = array() | ) |
Save settings
| array | $options |
Reimplemented from repository.
Definition at line 85 of file lib.php.

| type_config_form | ( | $ | mform | ) |