Esempio n. 1
0
 /**
  * @param \TYPO3\CMS\Extbase\Persistence\ObjectStorage $storage The storage containing the elements to remove.
  * @return void
  *
  * @see \TYPO3\CMS\Extbase\Persistence\ObjectStorage::removeAll
  */
 public function removeAll($storage)
 {
     $this->initialize();
     parent::removeAll($storage);
 }
 /**
  * @param \TYPO3\CMS\Extbase\Persistence\ObjectStorage $storage The storage containing the elements to remove.
  * @return void
  *
  * @see \TYPO3\CMS\Extbase\Persistence\ObjectStorage::removeAll
  */
 public function removeAll(\TYPO3\CMS\Extbase\Persistence\ObjectStorage $storage)
 {
     $this->initialize();
     parent::removeAll($storage);
 }