С версии: 1.0
Автор: Titouan Galopin (galopintitouan@gmail.com)
Автор: Bernhard Schussek (bschussek@gmail.com)
 /**
  * Clears the change stream.
  */
 protected function clearVersions()
 {
     if (null !== $this->changeStream) {
         $this->changeStream->clear();
     }
 }