abstract class AbstractCategoryCrudEvent extends AbstractEntityCrudEvent

Class AbstractCategoryCrudEvent is event that is dispatched for handling entity logic in listeners and holds required data

Properties

protected EventDispatcherInterface $dispatcher from AbstractEntityCrudEvent

Methods

setDispatcher(EventDispatcherInterface $dispatcher)

No description

dispatchEvent(Category $category, mixed $parentCategory, Category $receivedCategory)

No description

Details

setDispatcher(EventDispatcherInterface $dispatcher)

Parameters

EventDispatcherInterface $dispatcher

at line 27
abstract dispatchEvent(Category $category, mixed $parentCategory, Category $receivedCategory)

Parameters

Category $category
mixed $parentCategory
Category $receivedCategory