abstract class AbstractBrandCrudEvent extends AbstractEntityCrudEvent

Class AbstractCategoryCrudEvent

Properties

protected EventDispatcherInterface $dispatcher from AbstractEntityCrudEvent

Methods

setDispatcher(EventDispatcherInterface $dispatcher)

No description

mixed
dispatchEvent(Brand $brand, Brand $receivedBrand)

No description

Details

setDispatcher(EventDispatcherInterface $dispatcher)

Parameters

EventDispatcherInterface $dispatcher

at line 28
abstract mixed dispatchEvent(Brand $brand, Brand $receivedBrand)

Parameters

Brand $brand
Brand $receivedBrand

Return Value

mixed