Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
/competency/ -> lib.php (source)

Competency lib.

Copyright: 2016 Frédéric Massart - FMCorz.net
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 316 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions


Functions that are not part of a class:

core_competency_comment_add($comment, $params)   X-Ref
Hook when a comment is added.

param: stdClass $comment The comment.
param: stdClass $params The parameters.
return: array

core_competency_comment_permissions($params)   X-Ref
Return the permissions of for the comments.

param: stdClass $params The parameters.
return: array

core_competency_comment_validate($params)   X-Ref
Validates comments.

param: stdClass $params The parameters.
return: bool

core_competency_pluginfile($course, $cm, $context, $filearea, $args, $forcedownload, array $options = array()   X-Ref
File serving.

param: stdClass $course The course object.
param: stdClass $cm The cm object.
param: context $context The context object.
param: string $filearea The file area.
param: array $args List of arguments.
param: bool $forcedownload Whether or not to force the download of the file.
param: array $options Array of options.
return: void|false