コード例 #1
0
 /**
  * Sets the value of zip.
  *
  * @param string $zip the zip
  */
 public function setZip($zip)
 {
     if ($this->zip !== $zip) {
         $this->profile->addressChanged('zip', $this->zip, $zip);
         $this->zip = $zip;
     }
 }