/**
  * @param string $name
  *
  * @return string
  */
 protected function canonicalizeName($name)
 {
     return $this->nameCanonicalizer->canonicalize($name);
 }
Exemplo n.º 2
0
 /**
  * @param string $username
  *
  * @return string
  */
 protected function canonicalizeUsername($username)
 {
     return $this->usernameCanonicalizer->canonicalize($username);
 }