TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Collection\CollectionInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Collection\CollectionInterface:
t3lib_collection_Collection TYPO3\CMS\Core\Collection\RecordCollectionInterface t3lib_collection_RecordCollection TYPO3\CMS\Core\Collection\AbstractRecordCollection t3lib_collection_AbstractRecordCollection TYPO3\CMS\Core\Category\Collection\CategoryCollection TYPO3\CMS\Core\Collection\StaticRecordCollection TYPO3\CMS\Core\Resource\Collection\AbstractFileCollection TYPO3\CMS\Frontend\Category\Collection\CategoryCollection t3lib_collection_StaticRecordCollection TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection TYPO3\CMS\Core\Resource\Collection\StaticFileCollection

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! 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

Author
Steffen Ritter <typo3steffen-ritter.net>

Definition at line 26 of file CollectionInterface.php.