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