class SaveProduct extends AbstractProductCrudEvent

Class SaveProduct is injected as alligator.product.save.event service

Properties

protected EventDispatcherInterface $dispatcher from AbstractEntityCrudEvent

Methods

setDispatcher(EventDispatcherInterface $dispatcher)

No description

mixed
dispatchEvent(Product $product, array $categories, mixed $attributeSet, mixed $brand, Product $dbProduct)

No description

Details

setDispatcher(EventDispatcherInterface $dispatcher)

Parameters

EventDispatcherInterface $dispatcher

at line 27
mixed dispatchEvent(Product $product, array $categories, mixed $attributeSet, mixed $brand, Product $dbProduct)

Parameters

Product $product
array $categories
mixed $attributeSet
mixed $brand
Product $dbProduct

Return Value

mixed