registrants = []; } /** * {@inheritdoc} */ public function itemClass($propertyName) { if ('registrants' === $propertyName) { return MeetingRegistrantListItem::class; } throw new Exception("no such array property $propertyName"); } }