Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ReaderFactory.php
Go to the documentation of this file.
1 <?php
7 
9 
14 {
15  const INSTANCE_NAME = \Magento\Framework\View\Element\UiComponent\Config\Reader::class;
16 
20  protected $objectManager;
21 
28  {
29  $this->objectManager = $objectManager;
30  }
31 
38  public function create(array $arguments = [])
39  {
40  return $this->objectManager->create(static::INSTANCE_NAME, $arguments);
41  }
42 }
$arguments