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