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


Public Member Functions | |
| __construct ($repositoryid, $context=SYSCONTEXTID, $options=array()) | |
| print_login () | |
| logout () | |
| check_login () | |
| get_listing ($uuid= '', $path= '') | |
| get_file ($uuid, $file= '') | |
| get_link ($uuid) | |
| print_search () | |
| search ($search_text) | |
| instance_config_form ($mform) | |
| supported_returntypes () | |
Static Public Member Functions | |
| static | get_instance_option_names () |
| static | plugin_init () |
| __construct | ( | $ | repositoryid, |
| $ | context = SYSCONTEXTID, |
||
| $ | options = array() |
||
| ) |
| check_login | ( | ) |
| get_file | ( | $ | uuid, |
| $ | file = '' |
||
| ) |
Download a file from alfresco
| string | $uuid | a unique id of directory in alfresco |
| string | $path | path to a directory |
Reimplemented from repository.
| static get_instance_option_names | ( | ) | [static] |
| get_link | ( | $ | uuid | ) |
| get_listing | ( | $ | uuid = '', |
| $ | path = '' |
||
| ) |
Get a file list from alfresco
| string | $uuid | a unique id of directory in alfresco |
| string | $path | path to a directory |
Reimplemented from repository.
Definition at line 138 of file lib.php.

| instance_config_form | ( | $ | mform | ) |
| logout | ( | ) |
Logout from repository instance By default, this function will return a login form
Reimplemented from repository.
| static plugin_init | ( | ) | [static] |
Check if SOAP extension enabled
Reimplemented from repository.
Definition at line 283 of file lib.php.

| print_login | ( | ) |
Show the login screen, if required
Reimplemented from repository.
| print_search | ( | ) |
| search | ( | $ | search_text | ) |
Look for a file
| string | $search_text |
Reimplemented from repository.
Definition at line 241 of file lib.php.
