PHP Class Neos\Neos\Utility\User

Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Méthodes publiques

Méthode Description
getPersonalWorkspaceNameForUsername ( string $username ) : string Constructs a personal workspace name for the user with the given username.
slugifyUsername ( string $username ) : string Will reduce the username to ascii alphabet and numbers.

Method Details

getPersonalWorkspaceNameForUsername() public static méthode

Constructs a personal workspace name for the user with the given username.
public static getPersonalWorkspaceNameForUsername ( string $username ) : string
$username string
Résultat string

slugifyUsername() public static méthode

Will reduce the username to ascii alphabet and numbers.
public static slugifyUsername ( string $username ) : string
$username string
Résultat string