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