Пример #1
0
 /**
  * Sets the new ID of the item.
  *
  * @param string|null $id ID of the item
  */
 public function setId($id)
 {
     parent::setId($id);
     // set modified flag
     $this->billingaddress->setId(null);
     $this->billingaddress->setId($this->getId());
 }