Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\ObjectManagerInterface $objectManager) | |
create ($className, $data=[]) | |
Protected Attributes | |
$_objectManager | |
Definition at line 11 of file Factory.php.
__construct | ( | \Magento\Framework\ObjectManagerInterface | $objectManager | ) |
Construct
\Magento\Framework\ObjectManagerInterface | $objectManager |
Definition at line 25 of file Factory.php.
create | ( | $className, | |
$data = [] |
|||
) |
Creates models
string | $className | |
array | $data |
Definition at line 37 of file Factory.php.
|
protected |
Definition at line 18 of file Factory.php.