ICanBoogie/CLDR master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • CLDR
      • Plurals
      • Units

Classes

  • AbstractCollection
  • AbstractSectionCollection
  • Calendar
  • CalendarCollection
  • ContextTransforms
  • Currency
  • CurrencyCollection
  • CurrencyFormatter
  • DateFormatter
  • DateTimeAccessor
  • DateTimeFormatter
  • FileProvider
  • ListFormatter
  • Locale
  • LocaleCollection
  • LocalizedCurrency
  • LocalizedDateTime
  • LocalizedListFormatter
  • LocalizedLocale
  • LocalizedNumberFormatter
  • LocalizedObject
  • LocalizedObjectWithFormatter
  • LocalizedTerritory
  • Number
  • NumberFormatter
  • NumberPattern
  • NumberPatternParser
  • Numbers
  • Plurals
  • ProviderCollection
  • RedisProvider
  • Repository
  • RunTimeProvider
  • Supplemental
  • Territory
  • TerritoryCollection
  • TimeFormatter
  • Units
  • WebProvider

Interfaces

  • Exception
  • Formatter
  • LocalizeAwareInterface
  • Provider

Traits

  • CodePropertyTrait
  • CollectionTrait
  • LocalePropertyTrait
  • LocalizeTrait
  • ProviderStorageBinding
  • RepositoryPropertyTrait

Exceptions

  • ResourceNotFound
  • TerritoryNotDefined

Trait CollectionTrait

A trait for classes implementing collection.

Direct Known Users

ICanBoogie\CLDR\AbstractCollection, ICanBoogie\CLDR\AbstractSectionCollection, ICanBoogie\CLDR\CurrencyCollection, ICanBoogie\CLDR\TerritoryCollection

Indirect Known Users

ICanBoogie\CLDR\CalendarCollection, ICanBoogie\CLDR\Locale, ICanBoogie\CLDR\LocaleCollection, ICanBoogie\CLDR\Supplemental

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 master API documentation generated by ApiGen