45 lines
2 KiB
YAML
45 lines
2 KiB
YAML
name: Intl
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: isExtensionLoaded
|
|
visibility: public
|
|
parameters: []
|
|
comment: "# * Gives access to internationalization data.\n# *\n# * @author Bernhard\
|
|
\ Schussek <bschussek@gmail.com>\n# */\n# final class Intl\n# {\n# /**\n# * The\
|
|
\ number of resource bundles to buffer. Loading the same resource\n# * bundle\
|
|
\ for n locales takes up n spots in the buffer.\n# */\n# public const BUFFER_SIZE\
|
|
\ = 10;\n# \n# /**\n# * The directory name of the currency data.\n# */\n# public\
|
|
\ const CURRENCY_DIR = 'currencies';\n# \n# /**\n# * The directory name of the\
|
|
\ language data.\n# */\n# public const LANGUAGE_DIR = 'languages';\n# \n# /**\n\
|
|
# * The directory name of the script data.\n# */\n# public const SCRIPT_DIR =\
|
|
\ 'scripts';\n# \n# /**\n# * The directory name of the locale data.\n# */\n# public\
|
|
\ const LOCALE_DIR = 'locales';\n# \n# /**\n# * The directory name of the region\
|
|
\ data.\n# */\n# public const REGION_DIR = 'regions';\n# \n# /**\n# * The directory\
|
|
\ name of the zone data.\n# */\n# public const TIMEZONE_DIR = 'timezones';\n#\
|
|
\ \n# private static string|false|null $icuVersion = false;\n# private static\
|
|
\ string $icuDataVersion;\n# \n# /**\n# * Returns whether the intl extension is\
|
|
\ installed."
|
|
- name: getIcuVersion
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Returns the version of the installed ICU library.'
|
|
- name: getIcuDataVersion
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Returns the version of the installed ICU data.'
|
|
- name: getIcuStubVersion
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Returns the ICU version that the stub classes mimic.'
|
|
- name: getDataDirectory
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Returns the absolute path to the data directory.'
|
|
- name: __construct
|
|
visibility: private
|
|
parameters: []
|
|
comment: '# * This class must not be instantiated.'
|
|
traits: []
|
|
interfaces: []
|