Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager) | |
create ($type) | |
Definition at line 11 of file ConditionFactory.php.
__construct | ( | ObjectManagerInterface | $objectManager | ) |
create | ( | $type | ) |
Create new object for each requested model. If model is requested first time, store it at array. It's made by performance reasons to avoid initialization of same models each time when rules are being processed.
string | $type |
Definition at line 46 of file ConditionFactory.php.