PHP 클래스 Neos\Neos\Utility\User

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

getPersonalWorkspaceNameForUsername() 공개 정적인 메소드

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

slugifyUsername() 공개 정적인 메소드

Will reduce the username to ascii alphabet and numbers.
public static slugifyUsername ( string $username ) : string
$username string
리턴 string