|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (FixtureModel $fixtureModel, TaxRuleRepositoryInterface $taxRuleRepository, TaxRuleInterfaceFactory $taxRuleFactory, CollectionFactory $taxRateCollectionFactory, TaxRateInterfaceFactory $taxRateFactory, TaxRateRepositoryInterface $taxRateRepository, ConfigWriter $configWriter) | |
| getActionTitle () | |
| introduceParamLabels () | |
Public Member Functions inherited from Fixture | |
| __construct (FixtureModel $fixtureModel) | |
| execute () | |
| getActionTitle () | |
| printInfo (OutputInterface $output) | |
| introduceParamLabels () | |
| getPriority () | |
Data Fields | |
| const | DEFAULT_CUSTOMER_TAX_CLASS_ID = 3 |
| const | DEFAULT_PRODUCT_TAX_CLASS_ID = 2 |
| const | DEFAULT_TAX_MODE = 'VAT' |
| const | DEFAULT_TAX_RATE = 5 |
| const | DEFAULT_TAX_COUNTRY = 'US' |
Protected Attributes | |
| $priority = 101 | |
Protected Attributes inherited from Fixture | |
| $priority | |
| $fixtureModel | |
Tax rules fixture generator Tax Config Settings setter for different Tax Modes (for example VAT)
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 26 of file TaxRulesFixture.php.
| __construct | ( | FixtureModel | $fixtureModel, |
| TaxRuleRepositoryInterface | $taxRuleRepository, | ||
| TaxRuleInterfaceFactory | $taxRuleFactory, | ||
| CollectionFactory | $taxRateCollectionFactory, | ||
| TaxRateInterfaceFactory | $taxRateFactory, | ||
| TaxRateRepositoryInterface | $taxRateRepository, | ||
| ConfigWriter | $configWriter | ||
| ) |
| FixtureModel | $fixtureModel | |
| TaxRuleRepositoryInterface | $taxRuleRepository | |
| TaxRuleInterfaceFactory | $taxRuleFactory | |
| CollectionFactory | $taxRateCollectionFactory | |
| TaxRateInterfaceFactory | $taxRateFactory | |
| TaxRateRepositoryInterface | $taxRateRepository | |
| ConfigWriter | $configWriter |
Definition at line 105 of file TaxRulesFixture.php.
| getActionTitle | ( | ) |
{}
Definition at line 211 of file TaxRulesFixture.php.
| introduceParamLabels | ( | ) |
{}
Definition at line 219 of file TaxRulesFixture.php.
|
protected |
Definition at line 64 of file TaxRulesFixture.php.
| const DEFAULT_CUSTOMER_TAX_CLASS_ID = 3 |
Definition at line 28 of file TaxRulesFixture.php.
| const DEFAULT_PRODUCT_TAX_CLASS_ID = 2 |
Definition at line 30 of file TaxRulesFixture.php.
| const DEFAULT_TAX_COUNTRY = 'US' |
Definition at line 36 of file TaxRulesFixture.php.
| const DEFAULT_TAX_MODE = 'VAT' |
Definition at line 32 of file TaxRulesFixture.php.
| const DEFAULT_TAX_RATE = 5 |
Definition at line 34 of file TaxRulesFixture.php.