Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ItemsFactory.php
Go to the documentation of this file.
1 <?php
7 
14 {
20  protected $_objectManager = null;
21 
28  {
29  $this->_objectManager = $objectManager;
30  }
31 
39  public function get($instanceName, array $data = [])
40  {
41  return $this->_objectManager->get($instanceName, $data);
42  }
43 }
$objectManager
Definition: bootstrap.php:17
__construct(\Magento\Framework\ObjectManagerInterface $objectManager)