Exemple #1
0
 /**
  * Get customer id
  *
  * @return int|null
  */
 public function getCustomerId()
 {
     return $this->address->getCustomerId();
 }