class AttributeImportedCSVEvent extends Event

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

Properties

protected mixed $attributeSet
protected string $categoryName

Methods

__construct(mixed $attributeSet, string $categoryName)

No description

mixed
getAttributeSet()

No description

string
getCategoryName()

No description

Details

at line 34
__construct(mixed $attributeSet, string $categoryName)

Parameters

mixed $attributeSet
string $categoryName

at line 43
mixed getAttributeSet()

Return Value

mixed

at line 51
string getCategoryName()

Return Value

string