getDateTo(); } public function applyInternalEffects($object, $value) { $object->setDateTo($value); } public function getTitle() { return pht( '%s changed the end date for this event from %s to %s.', $this->renderAuthor(), $this->renderOldDate(), $this->renderNewDate()); } public function getTitleForFeed() { return pht( '%s changed the end date for %s from %s to %s.', $this->renderAuthor(), $this->renderObject(), $this->renderOldDate(), $this->renderNewDate()); } protected function getInvalidDateMessage() { return pht('End date is invalid.'); } }