Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

(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.

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

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

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

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

param: array $array
return: string

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

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