/**
  * Resets the object values to be re-used anew
  */
 public function reset()
 {
     parent::reset();
     $this->sCommentStatus = '';
     $this->sCommentStatusExplanation = '';
     $this->getUniqueCommentToken();
     //ensures the necessary cookie is set early
 }