TYPO3 CMS  TYPO3_6-2
EditableCollectionInterface.php
Go to the documentation of this file.
1 <?php
3 
22 {
29  public function add($data);
30 
37  public function addAll(\TYPO3\CMS\Core\Collection\CollectionInterface $other);
38 
47  public function remove($data);
48 
56  public function removeAll();
57 
58 }
addAll(\TYPO3\CMS\Core\Collection\CollectionInterface $other)