Interface ProductCategoryLinkerInterface
category |
System |
---|---|
package |
Product |
subpackage |
Interfaces |
addProductToStartPage(\IdType $productId) : \ProductRepositoryInterface|$this
\IdType
\ProductRepositoryInterface|$this
Same instance for chained method calls.
changeProductLink(\IdType $productId, \IdType $currentCategoryId, \IdType $newCategoryId) : $this|\ProductCategoryLinkerInterface
deleteProductLink(\IdType $productId, \IdType $categoryId) : $this|\ProductCategoryLinkerInterface
deleteProductLinks(\IdType $productId) : $this|\ProductCategoryLinkerInterface
getProductLinks(\IdType $productId) : \IdCollection
linkProduct(\IdType $productId, \IdType $targetCategoryId) : $this|\ProductCategoryLinkerInterface
removeProductFromStartPage(\IdType $productId) : \ProductRepositoryInterface|$this
\IdType
\ProductRepositoryInterface|$this
Same instance for chained method calls.