Event::setNotes - jcobban/Genealogy GitHub Wiki

$event->setNotes($notes)

Up: class Event

This changes the value of the 'Notes' field and returns the former value. It is equivalent to $event->set('notes', $notes).

Next: $event->getDescription()