Overview

Namespaces

  • DcGeneral
    • Clipboard
    • Contao
      • Callback
      • Compatibility
      • DataDefinition
        • Definition
      • Dca
        • Builder
          • Legacy
        • Definition
        • Palette
        • Populator
      • Event
      • View
        • Contao2BackendView
          • Event
    • Controller
    • Data
    • DataDefinition
      • Builder
      • Definition
        • Properties
        • View
          • Panel
      • ModelRelationship
      • Palette
        • Builder
          • Event
        • Condition
          • Palette
          • Property
    • EnvironmentPopulator
    • Event
    • Exception
    • Factory
      • Event
    • Panel
    • View
      • Event

Classes

  • AbstractModel
  • DCGE
  • DefaultCollection
  • DefaultConfig
  • DefaultDataProvider
  • DefaultLanguageInformation
  • DefaultLanguageInformationCollection
  • DefaultModel
  • MultiLanguageDataProvider
  • NoOpDataProvider
  • PropertyValueBag
  • TableRowsAsRecordsDataProvider

Interfaces

  • CollectionInterface
  • ConfigInterface
  • DataProviderInterface
  • LanguageInformationCollectionInterface
  • LanguageInformationInterface
  • ModelInterface
  • MultiLanguageDataProviderInterface
  • PropertyValueBagInterface
  • VersionModelInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Interface LanguageInformationCollectionInterface

This represents an iterable collection of Model elements.

DcGeneral\Data\LanguageInformationCollectionInterface implements IteratorAggregate, Countable

Direct known implementers

DcGeneral\Data\DefaultLanguageInformationCollection
Namespace: DcGeneral\Data
Located at Data/LanguageInformationCollectionInterface.php
Methods summary
public DcGeneral\Data\LanguageInformationCollectionInterface
# add( DcGeneral\Data\LanguageInformationInterface $language )

Append a language to this collection.

Append a language to this collection.

Parameters

$language
DcGeneral\Data\LanguageInformationInterface
$language The language information to add.

Returns

DcGeneral\Data\LanguageInformationCollectionInterface
Methods inherited from IteratorAggregate
getIterator()
Methods inherited from Countable
count()
contao-community-alliance/dc-general API documentation generated by ApiGen 2.8.0