Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

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

(no description)

File Size: 116 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

comment_count_column:: (7 methods):
  init()
  check_comments_status()
  get_name()
  get_title()
  display_content()
  get_extra_classes()
  get_default_width()


Class: comment_count_column  - X-Ref

A column to show the number of comments.

init()   X-Ref
Load javascript module if enabled.

return: void

check_comments_status()   X-Ref
Check if comments is turned on in the system or not.


get_name()   X-Ref
Get the name of the column, used internally.

return: string

get_title()   X-Ref
Get the title of the column that will be displayed.

return: string

display_content($question, $rowclasses)   X-Ref
Generate the content to be displayed.

param: object $question The question object.
param: string $rowclasses Classes that can be added.

get_extra_classes()   X-Ref
No description

get_default_width()   X-Ref
No description