Translate/Plural.php

Show: PublicProtectedPrivateinherited
Table of Contents
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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Locale  
Version
$Id$  

\Zend_Translate_Plural

Package: Zend_Locale
Utility class for returning the plural rules according to the given locale
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_plural = array()
static
Manual rule to use
Default valuearray()Details
Type
string

Methods

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

Returns the plural definition to use

Parameters
NameTypeDescription
$numberinteger

Number for plural selection

$localestring

Locale to use

Returns
TypeDescription
integerPlural number to use
methodpublicsetPlural(string $rule, string $locale) : null
static

Set's a new plural rule

Parameters
NameTypeDescription
$rulestring

Callback which acts as rule

$localestring

Locale which is used for this callback

Returns
TypeDescription
null
Documentation was generated by phpDocumentor 2.2.0 .