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

Trait CollectionTrait

A trait for classes implementing collection.

Direct Known Users

ICanBoogie\CLDR\CalendarCollection, ICanBoogie\CLDR\CurrencyCollection, ICanBoogie\CLDR\LocaleCollection, ICanBoogie\CLDR\Supplemental, ICanBoogie\CLDR\TerritoryCollection

Namespace: ICanBoogie\CLDR
Located at CollectionTrait.php

Methods summary

public
# offsetSet( string $offset, mixed $value )

Parameters

$offset
$value

Throw

OffsetNotWritable in attempt to set the offset.
public
# offsetUnset( string $offset )

Parameters

$offset

Throw

OffsetNotWritable in attempt to unset the offset.
ICanBoogie/CLDR v1.6.0 API documentation generated by ApiGen