AttributeTranslationEvent
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.