(no description)
File Size: | 204 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_Language:: (6 methods):
__construct()
load()
getMessage()
getErrorName()
listify()
formatMessage()
Class: HTMLPurifier_Language - X-Ref
Represents a language and defines localizable string formatting and__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 |