requireParameters($this->fillableParams); $time = $this->parameter('time'); if (!$this->isValidDate($value)) { throw $this->throwException($value); } if (!$this->isValidDate($time)) { throw $this->throwException($time); } return $this->getTimeStamp($time) > $this->getTimeStamp($value); } }