public function reset() { $this->recurEnd = null; $this->recurCount = null; $this->recurType = self::RECUR_NONE; $this->recurInterval = 1; $this->recurData = null; $this->exceptions = array(); $this->completions = array(); }