Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

(no description)

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

Defines 1 class

HTMLPurifier_Language:: (6 methods):
  __construct()
  load()
  getMessage()
  getErrorName()
  listify()
  formatMessage()


Class: HTMLPurifier_Language  - X-Ref

Represents a language and defines localizable string formatting and
other functions, as well as the localized messages for HTML Purifier.

__construct($config, $context)   X-Ref

param: HTMLPurifier_Config $config
param: HTMLPurifier_Context $context

load()   X-Ref
Loads language object with necessary info from factory cache


getMessage($key)   X-Ref
Retrieves a localised message.

return: string localised message
param: string $key string identifier of message

getErrorName($int)   X-Ref
Retrieves a localised error name.

return: string localised message
param: int $int error number, corresponding to PHP's error reporting

listify($array)   X-Ref
Converts an array list into a string readable representation

return: string
param: array $array

formatMessage($key, $args = array()   X-Ref
Formats a localised message with passed parameters

return: string localised message
param: string $key string identifier of message
param: array $args Parameters to substitute in