예제 #1
0
 /**
  * Returns the Email entity
  *
  * @return Email
  */
 public function getEmail()
 {
     return $this->helper !== null ? $this->helper->getEmail() : null;
 }