[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
This plugin is used to access youtube videos
Copyright: | 2010 Dongsheng Cai {@link http://dongsheng.org} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 215 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
repository_youtube:: (10 methods):
__construct()
check_login()
search()
_get_collection()
global_search()
get_listing()
print_login()
supported_filetypes()
supported_returntypes()
contains_private_data()
Class: repository_youtube - X-Ref
repository_youtube class__construct($repositoryid, $context = SYSCONTEXTID, $options = array() X-Ref |
Youtube plugin constructor param: int $repositoryid param: object $context param: array $options |
check_login() X-Ref |
No description |
search($search_text, $page = 0) X-Ref |
Return search results param: string $search_text return: array |
_get_collection($keyword, $start, $max, $sort) X-Ref |
Private method to get youtube search results param: string $keyword param: int $start param: int $max max results param: string $sort return: array |
global_search() X-Ref |
Youtube plugin doesn't support global search |
get_listing($path='', $page = '') X-Ref |
No description |
print_login($ajax = true) X-Ref |
Generate search form |
supported_filetypes() X-Ref |
file types supported by youtube plugin return: array |
supported_returntypes() X-Ref |
Youtube plugin only return external links return: int |
contains_private_data() X-Ref |
Is this repository accessing private data? return: bool |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |