Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

Recourse module like helper functions

Copyright: 2009 Petr Skoda (http://skodak.org)
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 281 lines (9 kb)
Included or required:0 times
Referenced: 2 times
Includes or requires: 0 files

Defines 7 functions


Functions that are not part of a class:

resourcelib_try_file_migration($filepath, $cmid, $courseid, $component, $filearea, $itemid)   X-Ref
Try on demand migration of file from old course files

param: string $filepath old file path
param: int $cmid migrated course module if
param: int $courseid
param: string $component
param: string $filearea new file area
param: int $itemid migrated file item id
return: mixed, false if not found, stored_file instance if migrated to new area

resourcelib_get_displayoptions(array $enabled, $current=null)   X-Ref
Returns list of available display options

param: array $enabled list of options enabled in module configuration
param: int $current current display options for existing instances
return: array of key=>name pairs

resourcelib_guess_url_mimetype($fullurl)   X-Ref
Tries to guess correct mimetype for arbitrary URL

param: string $fullurl
return: string mimetype

resourcelib_get_extension($fullurl)   X-Ref
Looks for the extension.

param: string $fullurl
return: string file extension

resourcelib_embed_image($fullurl, $title)   X-Ref
Returns image embedding html.

param: string $fullurl
param: string $title
return: string html

resourcelib_embed_pdf($fullurl, $title, $clicktoopen)   X-Ref
Returns general link or pdf embedding html.

param: string $fullurl
param: string $title
param: string $clicktoopen
return: string html

resourcelib_embed_general($fullurl, $title, $clicktoopen, $mimetype)   X-Ref
Returns general link or file embedding html.

param: string $fullurl
param: string $title
param: string $clicktoopen
param: string $mimetype
return: string html