Exemplo n.º 1
0
 /**
  * Factory constructor
  *
  * @param \Magento\Framework\ObjectManagerInterface $objectManager
  * @param string $instanceName
  */
 public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName = 'Magento\\Catalog\\Model\\Indexer\\Product\\Category\\Action\\Rows')
 {
     parent::__construct($objectManager, $instanceName);
 }