Example #1
0
 /**
  * Constructor
  *
  * @param \Magento\Framework\ObjectManager $objectManager
  * @param ConfigInterface $config
  */
 public function __construct(\Magento\Framework\ObjectManager $objectManager, ConfigInterface $config)
 {
     $this->_objectManager = $objectManager;
     $this->_types = $config->getFileTypes();
 }