Exemplo n.º 1
0
 /**
  * @copydoc DBElement::reset_attributes()
  */
 public function reset_attributes($all = false)
 {
     $this->part = NULL;
     $this->supplier = NULL;
     $this->pricedetails = NULL;
     parent::reset_attributes($all);
 }
Exemplo n.º 2
0
 /**
  * @copydoc DBElement::reset_attributes()
  */
 public function reset_attributes($all = false)
 {
     $this->orderdetails = NULL;
     parent::reset_attributes($all);
 }
Exemplo n.º 3
0
 /**
  * @copydoc DBElement::reset_attributes()
  */
 public function reset_attributes($all = false)
 {
     $this->device = NULL;
     $this->part = NULL;
     parent::reset_attributes($all);
 }