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]

(no description)

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

Defines 1 class

date:: (5 methods):
  get_operators()
  setup_form()
  get_sql_filter()
  get_relative_timeframe()
  get_sample_values()


Class: date  - X-Ref

Date report filter

This filter accepts a unix timestamp to perform date filtering on

get_operators()   X-Ref
Return an array of operators available for this filter

return: lang_string[]

setup_form(MoodleQuickForm $mform)   X-Ref
Setup form

param: MoodleQuickForm $mform

get_sql_filter(array $values)   X-Ref
Return filter SQL

param: array $values
return: array

get_relative_timeframe(int $operator, int $dateunitvalue, int $dateunit)   X-Ref
Return start and end time of given relative date period

param: int $operator One of the ::DATE_LAST/CURRENT/NEXT constants
param: int $dateunitvalue Unit multiplier of the date unit
param: int $dateunit One of the ::DATE_UNIT_* constants
return: int[] Timestamps representing the start/end of timeframe

get_sample_values()   X-Ref
Return sample filter values

return: array