Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 402 and 403]
Main class for plugin 'media_youtube'
Copyright: | 2016 Marina Glancy |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 191 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
media_youtube_plugin:: (7 methods):
list_supported_urls()
embed_external()
get_start_time()
get_regex()
get_regex_playlist()
get_embeddable_markers()
get_rank()
Class: media_youtube_plugin - X-Ref
Player that creates youtube embedding.list_supported_urls(array $urls, array $options = array() X-Ref |
Stores whether the playlist regex was matched last time when {@link list_supported_urls()} was called |
embed_external(moodle_url $url, $name, $width, $height, $options) X-Ref |
No description |
get_start_time($url) X-Ref |
Check for start time parameter. Note that it's in hours/mins/secs in the URL, but the embedded player takes only a number of seconds as the "start" parameter. param: moodle_url $url URL of video to be embedded. return: int Number of seconds video should start at. |
get_regex() X-Ref |
Returns regular expression used to match URLs for single youtube video return: string PHP regular expression e.g. '~^https?://example.org/~' |
get_regex_playlist() X-Ref |
Returns regular expression used to match URLs for youtube playlist return: string PHP regular expression e.g. '~^https?://example.org/~' |
get_embeddable_markers() X-Ref |
No description |
get_rank() X-Ref |
Default rank return: int |