Class Hooks
Methods summary
public static
get_cldr_provider( void )
: ICanBoogie\CLDR\ProviderInterface
Returns a provider chain with the following providers: ICanBoogie\CLDR\WebProvider,
ICanBoogie\CLDR\FileProvider, and ICanBoogie\CLDR\RunTimeProvider. The ICanBoogie\CLDR\FileProvider is created with
REPOSITORY/cldr
as cache directory.
public static
get_cldr( ICanBoogie\Core $app
)
: ICanBoogie\CLDR\Repository
Returns a ICanBoogie\CLDR\Repository instance created with $app->cldr_provider
.