UserInterface
in
Interface UserInterface
Table of Contents
Methods
- getAuthPrefixes() : mixed
- 認証領域のプレフィックスを配列で取得する
- getDisplayName() : mixed
- 表示名称を取得
- isAdmin() : bool
- 管理者ユーザーかどうか
- isSuper() : bool
- スーパーユーザーかどうか
Methods
getAuthPrefixes()
認証領域のプレフィックスを配列で取得する
public
getAuthPrefixes() : mixed
getDisplayName()
表示名称を取得
public
getDisplayName() : mixed
isAdmin()
管理者ユーザーかどうか
public
isAdmin() : bool
Return values
boolisSuper()
スーパーユーザーかどうか
public
isSuper() : bool