Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Functions | |
block_comments_comment_display ($comments, $args) | |
Validate comment data before displaying comments. | |
block_comments_comment_permissions ($args) | |
Running addtional permission check on plugins. | |
block_comments_comment_validate ($comment_param) | |
Validate comment parameter before perform other comments actions. | |
block_comments_comment_display | ( | $comments, | |
$args ) |
Validate comment data before displaying comments.
stdClass | $comment | |
stdClass | $args |
boolean |
block_comments_comment_permissions | ( | $args | ) |
Running addtional permission check on plugins.
stdClass | $args |
array |
block_comments_comment_validate | ( | $comment_param | ) |
Validate comment parameter before perform other comments actions.
stdClass | $comment_param | { context => context the context object courseid => int course id cm => stdClass course module object commentarea => string comment area itemid => int itemid } |
boolean |