Method | 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. |
public static getPersonalWorkspaceNameForUsername ( string $username ) : string | ||
$username | string | |
return | string |
public static slugifyUsername ( string $username ) : string | ||
$username | string | |
return | string |