Beispiel #1
0
 /**
  * Sets the username.
  *
  * @param string $username
  * @return UserProxy
  */
 public function setUsername($username)
 {
     $this->user->setUsername($username);
     return $this;
 }