Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 400 and 401]

(no description)

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

Defines 1 class

format:: (3 methods):
  userdate()
  boolean_as_text()
  percent()


Class: format  - X-Ref

Class containing helper methods for formatting column data via callbacks

userdate(?int $value, stdClass $row, ?string $format = null)   X-Ref
Returns formatted date.

param: int|null $value Unix timestamp
param: stdClass $row
param: string|null $format Format string for strftime
return: string

boolean_as_text(?bool $value)   X-Ref
Returns yes/no string depending on the given value

param: bool|null $value
return: string

percent(?float $value)   X-Ref
Returns float value as a percentage

param: float|null $value
return: string