PHP 클래스 ManaPHP\Authentication\UserIdentity

상속: implements ManaPHP\Authentication\UserIdentityInterface
파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

프로퍼티 타입 설명
$_roleId string
$_roleName string
$_userId string
$_userName string

공개 메소드들

메소드 설명
__construct ( array $options = [] ) UserIdentity constructor.
getId ( ) : string
getName ( ) : string
getRoleId ( ) : integer
getRoleName ( ) : string

메소드 상세

__construct() 공개 메소드

UserIdentity constructor.
public __construct ( array $options = [] )
$options array

getId() 공개 메소드

public getId ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getRoleId() 공개 메소드

public getRoleId ( ) : integer
리턴 integer

getRoleName() 공개 메소드

public getRoleName ( ) : string
리턴 string

프로퍼티 상세

$_roleId 보호되어 있는 프로퍼티

protected string $_roleId
리턴 string

$_roleName 보호되어 있는 프로퍼티

protected string $_roleName
리턴 string

$_userId 보호되어 있는 프로퍼티

protected string $_userId
리턴 string

$_userName 보호되어 있는 프로퍼티

protected string $_userName
리턴 string