groupKey = (string)$groupKey; $this->itemIdentifier = $itemIdentifier; } /** * @return string */ public function getGroupKey() { return $this->groupKey; } /** * @return int|string */ public function getItemIdentifier() { return $this->itemIdentifier; } }