Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (FixtureModel $fixtureModel, AttributeSet\AttributeSetFixture $attributeSetsFixture, \Magento\Setup\Fixtures\AttributeSet\Pattern $pattern) | |
execute () | |
getActionTitle () | |
introduceParamLabels () | |
![]() | |
__construct (FixtureModel $fixtureModel) | |
execute () | |
getActionTitle () | |
printInfo (OutputInterface $output) | |
introduceParamLabels () | |
getPriority () | |
Data Fields | |
const | PRODUCT_SET_NAME = 'Product Set ' |
Protected Attributes | |
$priority = 25 | |
![]() | |
$priority | |
$fixtureModel | |
Fixture for Attribute Sets and Attributes based on the configuration
Support the following format:
<product_attribute_sets>{int}</product_attribute_sets>
<product_attribute_sets_attributes>{int}</product_attribute_sets_attributes>
<product_attribute_sets_attributes_values>{int}</product_attribute_sets_attributes_values>
Definition at line 24 of file AttributeSetsFixture.php.
__construct | ( | FixtureModel | $fixtureModel, |
AttributeSet\AttributeSetFixture | $attributeSetsFixture, | ||
\Magento\Setup\Fixtures\AttributeSet\Pattern | $pattern | ||
) |
FixtureModel | $fixtureModel | |
AttributeSet\AttributeSetFixture | $attributeSetsFixture | |
AttributeSet\Pattern | $pattern |
Definition at line 49 of file AttributeSetsFixture.php.
execute | ( | ) |
getActionTitle | ( | ) |
{}
Definition at line 96 of file AttributeSetsFixture.php.
introduceParamLabels | ( | ) |
{}
Definition at line 104 of file AttributeSetsFixture.php.
|
protected |
Definition at line 32 of file AttributeSetsFixture.php.
Name of generated attribute set
Definition at line 27 of file AttributeSetsFixture.php.