API Documentation

Translate/Plural.php

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Locale  
version
$Id: Plural.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Translate_Plural

Utility class for returning the plural rules according to the given locale

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Locale  

Properties

Propertyprotectedstring  $_plural= 'array'
static

Manual rule to use

Default valuearrayDetails
Type
string

Methods

methodpublicgetPlural( integer $number, string $locale ) : integer
static

Returns the plural definition to use

Parameters
Name Type Description
$number integer Number for plural selection
$locale string Locale to use
Returns
Type Description
integer Plural number to use
methodpublicsetPlural( string $rule, string $locale ) : null
static

Set's a new plural rule

Parameters
Name Type Description
$rule string Callback which acts as rule
$locale string Locale which is used for this callback
Returns
Type Description
null
Documentation was generated by DocBlox 0.13.3.