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