ICanBoogie/CLDR master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • CLDR
      • Plurals
      • Units

Classes

  • Operands
  • Relation
  • Rule
  • Samples

Class Operands

Representation of plural operands.

ICanBoogie\CLDR\Plurals\Operands uses ICanBoogie\Accessor\AccessorTrait (not available)
Final
Namespace: ICanBoogie\CLDR\Plurals
See: http://unicode.org/reports/tr35/tr35-numbers.html#Operands
Located at Plurals/Operands.php

Methods summary

public static
# from( $number )
protected integer
# get_n( )

Returns

integer
protected integer
# get_i( )

Returns

integer
protected integer
# get_v( )

Returns

integer
protected integer
# get_w( )

Returns

integer
protected integer
# get_f( )

Returns

integer
protected integer
# get_t( )

Returns

integer
public array
# to_array( )

Returns

array
An array made of [ $n, $i, $v, $w, $f, $t ].

Properties summary

Magic properties

public read-only integer $n
public read-only integer $i
public read-only integer $v
public read-only integer $w
public read-only integer $f
public read-only integer $t
ICanBoogie/CLDR master API documentation generated by ApiGen