Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
create ($type, array $arguments=[]) | |
get ($type) | |
configure (array $configuration) | |
Interface ObjectManagerInterface
Definition at line 12 of file ObjectManagerInterface.php.
configure | ( | array | $configuration | ) |
create | ( | $type, | |
array | $arguments = [] |
||
) |
Create new object instance
string | $type | |
array | $arguments |
Implemented in ObjectManager.
get | ( | $type | ) |