Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Namespaces | |
namespace | core\event |
| |
namespace | core\task |
| |
namespace | core_competency |
| |
namespace | core_competency\external |
| |
namespace | core_competency\privacy |
| |
Functions | |
core_competency_comment_add ($comment, $params) | |
Hook when a comment is added. | |
core_competency_comment_permissions ($params) | |
Return the permissions of for the comments. | |
core_competency_comment_validate ($params) | |
Validates comments. | |
core_competency_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) | |
File serving. | |
Variables | |
global | $CFG |
core_competency_comment_add | ( | $comment, | |
$params ) |
Hook when a comment is added.
stdClass | $comment | The comment. |
stdClass | $params | The parameters. |
array |
core_competency_comment_permissions | ( | $params | ) |
Return the permissions of for the comments.
stdClass | $params | The parameters. |
array |
core_competency_comment_validate | ( | $params | ) |
Validates comments.
stdClass | $params | The parameters. |
bool |
core_competency_pluginfile | ( | $course, | |
$cm, | |||
$context, | |||
$filearea, | |||
$args, | |||
$forcedownload, | |||
array | $options = array() ) |
File serving.
stdClass | $course | The course object. |
stdClass | $cm | The cm object. |
context | $context | The context object. |
string | $filearea | The file area. |
array | $args | List of arguments. |
bool | $forcedownload | Whether or not to force the download of the file. |
array | $options | Array of options. |
void|false |