Zend Framework
1.12
|
Static Public Member Functions | |
static | getPlural ($number, $locale) |
Returns the plural definition to use. | |
static | setPlural ($rule, $locale) |
Set's a new plural rule. | |
Static Protected Attributes | |
static | $_plural = array() |
|
static |
Returns the plural definition to use.
integer | $number | Number for plural selection |
string | $locale | Locale to use |
|
static |
Set's a new plural rule.
string | $rule | Callback which acts as rule |
string | $locale | Locale which is used for this callback |
|
staticprotected |