Example #1
0
 /**
  * Gets the encrypted password.
  *
  * Implements SecurityUserInterface
  * @return string
  */
 public function getPassword()
 {
     return $this->user->getPassword();
 }