/**
  * @inheritdoc
  */
 public function __sleep()
 {
     return array_diff(parent::__sleep(), ['_indexerEavProcessor', '_productFlatIndexerProcessor', '_productFlatIndexerHelper', 'attrLockValidator']);
 }
Example #2
0
 /**
  * @inheritdoc
  */
 public function __sleep()
 {
     $this->unsetData('entity_type');
     return array_diff(parent::__sleep(), ['_indexerEavProcessor', '_productFlatIndexerProcessor', '_productFlatIndexerHelper', 'attrLockValidator']);
 }