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

Details

at line 47
__construct(Category $category = null, mixed $parentCategory = null, Category $receivedCategory = null)

Parameters

Category $category
mixed $parentCategory
Category $receivedCategory

at line 57
mixed getParentCategory()

Return Value

mixed

at line 65
Category getCategory()

Return Value

Category

at line 73
Category getReceivedCategory()

Return Value

Category

at line 81
mixed getResult()

Return Value

mixed

at line 91
$this setResult(mixed $result)

Parameters

mixed $result

Return Value

$this

at line 101
mixed getLocale()

Return Value

mixed

at line 111
$this setLocale(mixed $locale)

Parameters

mixed $locale

Return Value

$this