Class ProductImageContainerRepository
category |
System |
---|---|
package |
Product |
subpackage |
Repositories |
__construct(\CI_DB_query_builder $db, \LanguageProviderInterface $languageProvider)
deleteByProductId(\IdType $productId) : \ProductImageContainerRepository
getByProductId(\IdType $productId) : \ProductImageContainerInterface
Throws |
|
---|
\ProductImageContainerInterface
Product image container.
store(\IdType $productId, \ProductImageContainerInterface $imageContainer) : \ProductImageContainerRepository
Throws |
|
---|
\ProductImageContainerRepository
Same instance for method chaining.