Esempio n. 1
0
 /**
  * @inheritdoc
  */
 public function __wakeup()
 {
     parent::__wakeup();
     $objectManager = \Magento\Framework\App\ObjectManager::getInstance();
     $this->_localeDate = $objectManager->get(\Magento\Framework\Stdlib\DateTime\TimezoneInterface::class);
     $this->_localeResolver = $objectManager->get(\Magento\Framework\Locale\ResolverInterface::class);
     $this->reservedAttributeList = $objectManager->get(\Magento\Catalog\Model\Product\ReservedAttributeList::class);
     $this->dateTimeFormatter = $objectManager->get(DateTimeFormatterInterface::class);
 }