コード例 #1
0
 /**
  * @inheritdoc
  */
 public function __sleep()
 {
     return array_diff(parent::__sleep(), ['_indexerEavProcessor', '_productFlatIndexerProcessor', '_productFlatIndexerHelper', 'attrLockValidator']);
 }
コード例 #2
0
ファイル: Attribute.php プロジェクト: Doability/magento2dev
 /**
  * @inheritdoc
  */
 public function __sleep()
 {
     $this->unsetData('entity_type');
     return array_diff(parent::__sleep(), ['_indexerEavProcessor', '_productFlatIndexerProcessor', '_productFlatIndexerHelper', 'attrLockValidator']);
 }