TYPO3 CMS  TYPO3_6-2
CollectionInterface.php
Go to the documentation of this file.
1 <?php
3 
26 interface CollectionInterface extends \Iterator, \Serializable, \Countable {
27 
28 }