Exemple #1
0
 public function getEmail()
 {
     $email = $this->email->get();
     return $email;
 }
Exemple #2
0
 public function getEmail()
 {
     return $this->email->get();
 }