Static Public Member Functions

Zend_Locale_Data Class Reference

Static Public Member Functions

static getList ($locale, $path, $value=false)
static getContent ($locale, $path, $value=false)
static getCache ()
static setCache (Zend_Cache_Core $cache)
static hasCache ()
static removeCache ()
static clearCache ()
static disableCache ($flag)

Detailed Description

Definition at line 37 of file Data.php.


Member Function Documentation

static clearCache (  ) [static]

Clears all set cache data

Returns:
void

Definition at line 1462 of file Data.php.

static disableCache ( flag ) [static]

Disables the cache

Parameters:
unknown_type$flag

Definition at line 1472 of file Data.php.

static getCache (  ) [static]

Returns the set cache

Returns:
Zend_Cache_Core The set cache

Definition at line 1418 of file Data.php.

static getContent ( locale,
path,
value = false 
) [static]

Read the LDML file, get a single path defined value

Parameters:
string$locale
string$path
string$value
Returns:
string public

Definition at line 919 of file Data.php.

static getList ( locale,
path,
value = false 
) [static]

Read the LDML file, get a array of multipath defined value

Parameters:
string$locale
string$path
string$value
Returns:
array public

Definition at line 297 of file Data.php.

static hasCache (  ) [static]

Returns true when a cache is set

Returns:
boolean

Definition at line 1438 of file Data.php.

static removeCache (  ) [static]

Removes any set cache

Returns:
void

Definition at line 1452 of file Data.php.

static setCache ( Zend_Cache_Core cache ) [static]

Set a cache for Zend_Locale_Data

Parameters:
Zend_Cache_Core$cacheA cache frontend

Definition at line 1428 of file Data.php.


The documentation for this class was generated from the following file: