Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager, $instanceName=CurrencyInterface::class) | |
create (array $data=[]) | |
Protected Attributes | |
$_objectManager = null | |
$_instanceName = null | |
Definition at line 9 of file CurrencyFactory.php.
__construct | ( | ObjectManagerInterface | $objectManager, |
$instanceName = CurrencyInterface::class |
|||
) |
ObjectManagerInterface | $objectManager | |
string | $instanceName |
Definition at line 25 of file CurrencyFactory.php.
create | ( | array | $data = [] | ) |
Create class instance with specified parameters
array | $data |
Definition at line 39 of file CurrencyFactory.php.
|
protected |
Definition at line 19 of file CurrencyFactory.php.
|
protected |
Definition at line 14 of file CurrencyFactory.php.