TYPO3  7.6
CollectionInterface Interface Reference
Inheritance diagram for CollectionInterface:
RecordCollectionInterface AbstractRecordCollection CategoryCollection StaticRecordCollection AbstractFileCollection CategoryCollection CategoryBasedFileCollection FolderBasedFileCollection StaticFileCollection

Detailed Description

Marker interface for collection classes

Collections are containers-classes handling the storage of data values (f.e. strings, records, relations) in a common and generic way, while the class manages the storage in an appropriate way itself

Definition at line 25 of file CollectionInterface.php.