16 if ($this->
has($preselectedItem))
21 if (!isset($this->itemsByEntity[$preselectedItem->
getEntityId()]))
23 $this->itemsByEntity[$preselectedItem->
getEntityId()] = [];
26 $this->itemsByEntity[$preselectedItem->
getEntityId()][$preselectedItem->
getId()] = $preselectedItem;
27 $this->items[] = $preselectedItem;