clear() публичный Метод

Removes all contents of the stream.
public clear ( )
 /**
  * Clears the change stream.
  */
 protected function clearVersions()
 {
     if (null !== $this->changeStream) {
         $this->changeStream->clear();
     }
 }