コード例 #1
0
ファイル: class.Part.php プロジェクト: AlexanderS/Part-DB
 /**
  * @copydoc DBElement::reset_attributes()
  */
 public function reset_attributes($all = false)
 {
     $this->category = NULL;
     $this->footprint = NULL;
     $this->storelocation = NULL;
     $this->manufacturer = NULL;
     $this->orderdetails = NULL;
     $this->devices = NULL;
     $this->master_picture_attachement = NULL;
     $this->order_orderdetails = NULL;
     parent::reset_attributes($all);
 }
コード例 #2
0
ファイル: class.User.php プロジェクト: AlexanderS/Part-DB
 /**
  * @copydoc DBElement::reset_attributes()
  */
 public function reset_attributes($all = false)
 {
     $this->group = NULL;
     parent::reset_attributes($all);
 }
コード例 #3
0
 /**
  * @copydoc DBElement::reset_attributes()
  */
 public function reset_attributes($all = false)
 {
     $this->full_path_strings = NULL;
     $this->level = NULL;
     $this->subelements = NULL;
     parent::reset_attributes($all);
 }