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

Class CalendarCollection

Representation of a calendar collection.

<?php

$calendar_collection = $repository->locales['fr']->calendars;
$gregorian_calendar = $calendar_collection['gregorian'];
ICanBoogie\CLDR\AbstractCollection implements ArrayAccess uses ICanBoogie\CLDR\CollectionTrait
Extended by ICanBoogie\CLDR\CalendarCollection uses ICanBoogie\Accessor\AccessorTrait (not available) ICanBoogie\CLDR\LocalePropertyTrait
Namespace: ICanBoogie\CLDR
Located at CalendarCollection.php

Methods summary

public
# __construct( ICanBoogie\CLDR\Locale $locale )

Parameters

$locale

Overrides

ICanBoogie\CLDR\AbstractCollection::__construct

Methods inherited from ICanBoogie\CLDR\AbstractCollection

offsetExists(), offsetGet()

Methods inherited from ArrayAccess

offsetSet(), offsetUnset()

Methods used from ICanBoogie\CLDR\LocalePropertyTrait

get_locale()

Methods used from ICanBoogie\CLDR\CollectionTrait

offsetSet(), offsetUnset()

Magic methods summary

public ICanBoogie\CLDR\Calendar
# offsetGet( $id )

Parameters

$id

Returns

ICanBoogie\CLDR\Calendar

Overrides

ICanBoogie\CLDR\AbstractCollection::offsetGet

Properties summary

Magic properties used from ICanBoogie\CLDR\LocalePropertyTrait

$locale

ICanBoogie/CLDR master API documentation generated by ApiGen