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 FileProvider

Provides CLDR data from the filesystem.

ICanBoogie\Storage\FileStorage
Extended by ICanBoogie\CLDR\FileProvider implements ICanBoogie\CLDR\Provider
Namespace: ICanBoogie\CLDR
Located at FileProvider.php

Methods summary

protected
# serialize( $value )

Inheritdoc

protected
# unserialize( $value )

Inheritdoc

public string
# provide( string $path )

Parameters

$path

Returns

string

Throws

ICanBoogie\CLDR\ResourceNotFound
when the specified path does not exists on the CLDR source.

Inheritdoc

Implementation of

ICanBoogie\CLDR\Provider::provide()
ICanBoogie/CLDR v1.6.0 API documentation generated by ApiGen