ICanBoogie/CLDR v1.5.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • CLDR

Classes

  • Calendar
  • CalendarCollection
  • 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 WebProvider

Retrieves sections from the CLDR source using cURL.

ICanBoogie\CLDR\WebProvider implements ICanBoogie\Storage\Storage, ICanBoogie\CLDR\Provider uses ICanBoogie\CLDR\ProviderStorageBinding
Namespace: ICanBoogie\CLDR
Located at WebProvider.php

Methods summary

public
# __construct( string $origin = self::DEFAULT_ORIGIN )

Initializes the $origin property.

Initializes the $origin property.

Parameters

$origin
public
# store( $key, $value, $ttl = null )

Inheritdoc

Codecoverageignore

public string
# retrieve( string $key )

The section path, following the pattern "/

<

section>".

The section path, following the pattern "/

<

section>".

Parameters

$key

Returns

string

Throws

ICanBoogie\CLDR\ResourceNotFound
when the specified path does not exists on the CLDR source.
public
# eliminate( $key )

The method does nothing.

The method does nothing.

Inheritdoc

Codecoverageignore

public
# exists( $key )

The method does nothing.

The method does nothing.

Inheritdoc

Codecoverageignore

public
# clear( )

The method does nothing.

The method does nothing.

Inheritdoc

Codecoverageignore

public
# getIterator( )

Inheritdoc

Methods inherited from ICanBoogie\CLDR\Provider

provide()

Methods used from ICanBoogie\CLDR\ProviderStorageBinding

provide()

Constants summary

string DEFAULT_ORIGIN
# "http://www.unicode.org/repos/cldr-aux/json/26/"
ICanBoogie/CLDR v1.5.0 API documentation generated by ApiGen