| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
This plugin is used to access alfresco repository
| Copyright: | 2010 Dongsheng Cai {@link http://dongsheng.org} |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 289 lines (11 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
repository_alfresco:: (13 methods):
__construct()
print_login()
logout()
check_login()
get_url()
get_listing()
get_file()
print_search()
search()
get_instance_option_names()
instance_config_form()
plugin_init()
supported_returntypes()
Class: repository_alfresco - X-Ref
repository_alfresco class| __construct($repositoryid, $context = SYSCONTEXTID, $options = array() X-Ref |
| No description |
| print_login() X-Ref |
| No description |
| logout() X-Ref |
| No description |
| check_login() X-Ref |
| No description |
| get_url($node) X-Ref |
| No description |
| get_listing($uuid = '', $path = '') X-Ref |
| Get a file list from alfresco param: string $uuid a unique id of directory in alfresco param: string $path path to a directory return: array |
| get_file($uuid, $file = '') X-Ref |
| Download a file from alfresco param: string $uuid a unique id of directory in alfresco param: string $path path to a directory return: array |
| print_search() X-Ref |
| No description |
| search($search_text, $page = 0) X-Ref |
| Look for a file param: string $search_text return: array |
| get_instance_option_names() X-Ref |
| Enable mulit-instance return: array |
| instance_config_form($mform) X-Ref |
| define a configuration form return: bool |
| plugin_init() X-Ref |
| Check if SOAP extension enabled return: bool |
| supported_returntypes() X-Ref |
| No description |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |