clearSnapshot() public method

INTERNAL: Clears the internal snapshot information and sets isDirty to true if the collection has elements.
public clearSnapshot ( )
 /**
  * {@inheritdoc}
  */
 public function clearSnapshot()
 {
     $this->collection->clearSnapshot();
 }