31 if ($entityClass ===
null)
36 if ($entityClass === self::SKU && !$this->iblockInfo->canHaveSku())
39 'Product catalog {%s} does not support {%s} type.',
40 $this->iblockInfo->getProductIblockId(), $entityClass
44 if (!is_subclass_of($entityClass, BaseSku::class))
47 'Entity with type {%s} must be an instance of {%s}.',
48 $entityClass, BaseSku::class