Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function setAuthentication(AuthenticationInterface $authentication = null)
 {
     $this->authentication = $authentication;
     $authentication->setUser($this);
 }