public function isCollectionScheduledForDeletion(PersistentCollection $coll) { return in_array($coll, $this->collectionsDeletions, true); }