Class Repository
Representation of a CLDR.
<?php namespace ICanBoogie\CLDR; $repository = new Repository($provider); var_dump($repository->locales['fr']);
Namespace: ICanBoogie\CLDR
See: http://www.unicode.org/repos/cldr-aux/json/24/
Located at vendor/icanboogie/cldr/lib/repository.php
See: http://www.unicode.org/repos/cldr-aux/json/24/
Located at vendor/icanboogie/cldr/lib/repository.php
Methods summary
public
|
#
__construct(
Initializes the |
public
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
Magic methods summary
Properties summary
protected
|
$provider |
#
A CLDR provider. |
protected
|
$locales |
#
Locale collection. |
protected
|
$supplemental |
#
Representation of the "supplemental" section. |
Magic properties
public read-only
|
$provider |
|
#
A CLDR provider. |
public read-only
|
$locales |
|
#
Locale collection. |
public read-only
|
$supplemental |
|
#
Representation of the "supplemental" section. |