ICanBoogie/CLDR v1.6.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • CLDR

Classes

  • Calendar
  • CalendarCollection
  • ContextTransforms
  • Currency
  • CurrencyCollection
  • CurrencyFormatter
  • DateFormatter
  • DateTimeFormatter
  • FileProvider
  • ListFormatter
  • Locale
  • LocaleCollection
  • LocalizedCurrency
  • LocalizedDateTime
  • LocalizedListFormatter
  • LocalizedLocale
  • LocalizedNumberFormatter
  • LocalizedObject
  • LocalizedObjectWithFormatter
  • LocalizedTerritory
  • NumberFormatter
  • NumberPattern
  • NumberPatternParser
  • Numbers
  • ProviderCollection
  • RedisProvider
  • Repository
  • RunTimeProvider
  • Supplemental
  • Territory
  • TerritoryCollection
  • TimeFormatter
  • WebProvider

Interfaces

  • Exception
  • Formatter
  • LocalizeAwareInterface
  • Provider

Traits

  • CodePropertyTrait
  • CollectionTrait
  • LocalePropertyTrait
  • ProviderStorageBinding
  • RepositoryPropertyTrait

Exceptions

  • ResourceNotFound
  • TerritoryNotDefined

Class Numbers

Representation of a locale numbers

ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
Extended by ICanBoogie\CLDR\Numbers uses ICanBoogie\Accessor\AccessorTrait (not available) ICanBoogie\CLDR\LocalePropertyTrait
Namespace: ICanBoogie\CLDR
Located at Numbers.php

Methods summary

protected array
# get_symbols( )

Returns

array
protected array
# get_decimal_formats( )

Returns

array
protected string
# get_decimal_format( )

Returns

string
protected array
# get_short_decimal_formats( )

Returns

array
protected array
# get_long_decimal_formats( )

Returns

array
protected array
# get_scientific_formats( )

Returns

array
protected array
# get_percent_formats( )

Returns

array
protected array
# get_currency_formats( )

Returns

array
protected array
# get_misc_patterns( )

Returns

array
public
# __construct( ICanBoogie\CLDR\Locale $locale, array $data )

Initialize the $locale property.

Initialize the $locale property.

Parameters

$locale
$data

Overrides

ArrayObject::__construct

Methods inherited from ArrayObject

append(), asort(), count(), exchangeArray(), getArrayCopy(), getFlags(), getIterator(), getIteratorClass(), ksort(), natcasesort(), natsort(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), serialize(), setFlags(), setIteratorClass(), uasort(), uksort(), unserialize()

Methods used from ICanBoogie\CLDR\LocalePropertyTrait

get_locale()

Constants summary

Constants inherited from ArrayObject

ARRAY_AS_PROPS, STD_PROP_LIST

Properties summary

Magic properties

public read-only ICanBoogie\CLDR\Locale $locale
public read-only array $symbols

Shortcuts to the symbols-numberSystem-<defaultNumberingSystem>.

public read-only array $decimal_formats

Shortcuts to the decimalFormats-numberSystem-<defaultNumberingSystem>.

public read-only string $decimal_format

Shortcuts to the decimalFormats-numberSystem-<defaultNumberingSystem>/standard.

public read-only array $short_decimal_formats

Shortcuts to the decimalFormats-numberSystem-<defaultNumberingSystem>/short/decimalFormats.

public read-only array $long_decimal_formats

Shortcuts to the decimalFormats-numberSystem-<defaultNumberingSystem>/long/decimalFormats.

public read-only array $scientific_formats

Shortcuts to the scientificFormats-numberSystem-<defaultNumberingSystem>.

public read-only array $percent_formats

Shortcuts to the percentFormats-numberSystem-<defaultNumberingSystem>.

public read-only array $currency_formats

Shortcuts to the currencyFormats-numberSystem-<defaultNumberingSystem>.

public read-only array $misc_patterns

Shortcuts to the miscPatterns-numberSystem-<defaultNumberingSystem>.

ICanBoogie/CLDR v1.6.0 API documentation generated by ApiGen