function exportHash() { $ret = parent::exportHash(); $ret['product_id'] = $this->mProductsId; $ret['product_type'] = $this->getField('type_class'); return $ret; }