Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
ObjectManagerInterface Interface Reference
Inheritance diagram for ObjectManagerInterface:
ObjectManager ObjectManager

Public Member Functions

 create ($type, array $arguments=[])
 
 get ($type)
 
 configure (array $configuration)
 

Detailed Description

Interface ObjectManagerInterface

Definition at line 12 of file ObjectManagerInterface.php.

Member Function Documentation

◆ configure()

configure ( array  $configuration)

Configure object manager

Parameters
array$configuration
Returns
void

Implemented in ObjectManager.

◆ create()

create (   $type,
array  $arguments = [] 
)

Create new object instance

Parameters
string$type
array$arguments
Returns
object

Implemented in ObjectManager.

◆ get()

get (   $type)

Retrieve cached object instance

Parameters
string$type
Returns
object

Implemented in ObjectManager.


The documentation for this interface was generated from the following file: