Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (FixtureModel $fixtureModel, CustomerGenerator $customerGenerator, CustomerDataGeneratorFactory $customerDataGeneratorFactory, CollectionFactory $collectionFactory) | |
getActionTitle () | |
introduceParamLabels () | |
![]() | |
__construct (FixtureModel $fixtureModel) | |
execute () | |
getActionTitle () | |
printInfo (OutputInterface $output) | |
introduceParamLabels () | |
getPriority () | |
Protected Attributes | |
$priority = 70 | |
![]() | |
$priority | |
$fixtureModel | |
Generate customers based on profile configuration Supports the following format: <customers>{customers amount}</customers> Customers will have normal distribution on all available websites
Each customer will have absolutely the same data except customer email, customer group and customer addresses
Definition at line 41 of file CustomersFixture.php.
__construct | ( | FixtureModel | $fixtureModel, |
CustomerGenerator | $customerGenerator, | ||
CustomerDataGeneratorFactory | $customerDataGeneratorFactory, | ||
CollectionFactory | $collectionFactory | ||
) |
FixtureModel | $fixtureModel | |
CustomerGenerator | $customerGenerator | |
CustomerDataGeneratorFactory | $customerDataGeneratorFactory | |
CollectionFactory | $collectionFactory |
Definition at line 76 of file CustomersFixture.php.
getActionTitle | ( | ) |
{}
Definition at line 124 of file CustomersFixture.php.
introduceParamLabels | ( | ) |
{}
Definition at line 132 of file CustomersFixture.php.
|
protected |
Definition at line 46 of file CustomersFixture.php.