Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (FixtureModel $fixtureModel) | |
execute () | |
getActionTitle () | |
printInfo (OutputInterface $output) | |
introduceParamLabels () | |
getPriority () | |
Protected Attributes | |
$priority | |
$fixtureModel | |
@SuppressWarnings(PHPMD.NumberOfChildren)
Definition at line 14 of file Fixture.php.
__construct | ( | FixtureModel | $fixtureModel | ) |
|
abstract |
Execute fixture
|
abstract |
Get fixture action description
getPriority | ( | ) |
|
abstract |
Introduce parameters labels
printInfo | ( | OutputInterface | $output | ) |
Print information about generated fixture. Print fixture label and amount of generated items
OutputInterface | $output |
Definition at line 54 of file Fixture.php.
|
protected |
Definition at line 24 of file Fixture.php.
|
protected |
Definition at line 19 of file Fixture.php.