コード例 #1
0
ファイル: UserProxy.php プロジェクト: artz20/Tv-shows-zone
 /**
  * Gets email.
  *
  * @return string
  */
 public function getEmail()
 {
     return $this->user->getEmail();
 }