class AttributeTranslationEvent extends Event

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

Properties

protected mixed $diff
protected string $locale

Methods

__construct(mixed $diff, string $locale)

AttributeTranslationEvent constructor.

mixed
getDifferent()

No description

string
getLocale()

No description

Details

at line 36
__construct(mixed $diff, string $locale)

AttributeTranslationEvent constructor.

Parameters

mixed $diff
string $locale

at line 45
mixed getDifferent()

Return Value

mixed

at line 53
string getLocale()

Return Value

string