Class Repository
Representation of a CLDR.
<?php namespace ICanBoogie\CLDR; $repository = new Repository($provider); var_dump($repository->locales['fr']); var_dump($repository->territories['FR']);
- ICanBoogie\CLDR\Repository uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\CLDR
See: http://www.unicode.org/repos/cldr-aux/json/24/
Located at Repository.php
See: http://www.unicode.org/repos/cldr-aux/json/24/
Located at Repository.php
Methods summary
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
|
public
array
|
|
public
string
|
#
format_number( mixed $number, string $pattern, array $symbols = [] )
Format a number with the specified pattern. |
public
string
|
Properties summary
Magic properties
public read-only
|
$provider
|
public read-only
|
$locales
|
public read-only
|
$supplemental
|
public read-only
|
$territories
|
public read-only
|
$currencies
|
public read-only
|
$number_formatter
|
public read-only
|
$list_formatter
|
public read-only
|
$plurals
|