[TYPO3-mvc] Re: Problems with clearing an ObjectStorage

SICOR KDL GmbH dev at sicor-kdl.net
Mon Feb 20 09:47:39 CET 2017


Since we just ran into the problem... 

Looks silly, but works:

while($myStorage->count() > 0)
    $myStorage->removeAll($myStorage);



More information about the TYPO3-project-typo3v4mvc mailing list