Example #1
0
 /**
  * Get telephone number
  *
  * @return string
  */
 public function getTelephone()
 {
     return $this->address->getTelephone();
 }