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
Methods summary
protected
lazy_get_available_locales( void )
: array
public
__construct( ICanBoogie\CLDR\Provider
$provider
)
Initializes the $provider property.
Initializes the $provider property.
Parameters
public
fetch( string $path
)
: array
Fetches the data available at the specified path.
Fetches the data available at the specified path.
Note: The method is forwarded to Provider::provide.
Parameters
Returns
array
public
is_locale_available( string $locale
)
: boolean
Parameters
Returns
boolean
true
if the locale is available, false
otherwise.
Properties summary
Magic properties
public read-only
$available_locales
: array