setId(new Id($data['id'])); } if (isset($data['time'])) { $notification->setTime(new TimeOfDay($data['time'])); } if (isset($data['timeBefore'])) { $notification->setTimeBefore(new Duration($data['timeBefore'])); } if (isset($data['timeAfter'])) { $notification->setTimeAfter(new Duration($data['timeAfter'])); } return $notification; } }