예제 #1
0
 /**
  * Implemented because we need to reset the participant data.
  */
 public function __clone()
 {
     parent::__clone();
     $this->_participantData = null;
     $this->_participantDataInDb = null;
     $this->_originalStart = null;
     $this->_isFirst = true;
 }