Exemple #1
0
 public function __destruct()
 {
     unset($this->specificationInstance);
     unset($this->pricingHandlerInstance);
     parent::destruct(array('defaultImageID', 'parentID'));
 }
Exemple #2
0
 public function __destruct()
 {
     unset($this->specificationInstance);
     unset($this->pricingHandlerInstance);
     if ($this->removedRelationships) {
         $this->removedRelationships->__destruct();
         unset($this->removedRelationships);
     }
     if ($this->relationships) {
         foreach ($this->relationships as $set) {
             $set->__destruct();
         }
         unset($this->relationships);
     }
     parent::destruct(array('defaultImageID', 'parentID'));
 }
Exemple #3
0
 public function __destruct()
 {
     parent::destruct(array('productID', 'shipmentID'));
 }