Zend Framework
1.12
|
Static Public Member Functions | |
static | getList ($locale, $path, $value=false) |
Read the LDML file, get a array of multipath defined value. | |
static | getContent ($locale, $path, $value=false) |
Read the LDML file, get a single path defined value. | |
static | getCache () |
Returns the set cache. | |
static | setCache (Zend_Cache_Core $cache) |
Set a cache for Zend_Locale_Data. | |
static | hasCache () |
Returns true when a cache is set. | |
static | removeCache () |
Removes any set cache. | |
static | clearCache () |
Clears all set cache data. | |
static | disableCache ($flag) |
Disables the cache. | |
|
static |
Clears all set cache data.
|
static |
Disables the cache.
unknown_type | $flag |
|
static |
Returns the set cache.
|
static |
Read the LDML file, get a single path defined value.
string | $locale | |
string | $path | |
string | $value |
|
static |
Read the LDML file, get a array of multipath defined value.
string | $locale | |
string | $path | |
string | $value |
|
static |
Returns true when a cache is set.
|
static |
Removes any set cache.
|
static |
Set a cache for Zend_Locale_Data.
Zend_Cache_Core | $cache | A cache frontend |