CategoryEvent
class CategoryEvent extends Event implements CategoryEventInterface
Class CategoryEvent is event that is dispatched for handling entity logic in listeners and holds required data
Methods
__construct(Category $category = null, mixed $parentCategory = null, Category $receivedCategory = null)
No description
mixed
getParentCategory()
No description
getCategory()
No description
getReceivedCategory()
No description
mixed
getResult()
No description
$this
setResult(mixed $result)
No description
mixed
getLocale()
No description
$this
setLocale(mixed $locale)
No description