Interface ProductAttributeRepositoryWriterInterface
category |
System |
---|---|
package |
ProductModule |
subpackage |
Interface |
insertIntoProduct(\IdType $productId, \ProductAttributeInterface $productAttribute) : integer
integer
Id of the stored product attribute.
update(\StoredProductAttributeInterface $productAttribute) : \ProductAttributeRepositoryWriterInterface|$this
\ProductAttributeRepositoryWriterInterface|$this
Same instance for chained method calls.