class BrandEvent extends Event implements BrandEventInterface

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

Methods

__construct(Brand $brand, Brand $receivedBrand)

No description

getBrand()

No description

getReceivedBrand()

No description

Details

at line 35
__construct(Brand $brand, Brand $receivedBrand)

Parameters

Brand $brand
Brand $receivedBrand

at line 45
Brand getBrand()

Return Value

Brand

at line 53
Brand getReceivedBrand()

Return Value

Brand