PHP 인터페이스 Sulu\Component\Security\Authentication\RoleSettingInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
getId ( ) : integer Get id.
getKey ( ) : string Get key.
getRole ( ) : Sulu\Component\Security\Authentication\RoleSettingInterface Get role.
getValue ( ) : array Get value.
setKey ( string $key ) : Sulu\Component\Security\Authentication\RoleSettingInterface Set key.
setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null ) : Sulu\Component\Security\Authentication\RoleSettingInterface Set role.
setValue ( array $value ) : Sulu\Component\Security\Authentication\RoleSettingInterface Set value.

메소드 상세

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getKey() 공개 메소드

Get key.
public getKey ( ) : string
리턴 string

getRole() 공개 메소드

Get role.
public getRole ( ) : Sulu\Component\Security\Authentication\RoleSettingInterface
리턴 Sulu\Component\Security\Authentication\RoleSettingInterface

getValue() 공개 메소드

Get value.
public getValue ( ) : array
리턴 array

setKey() 공개 메소드

Set key.
public setKey ( string $key ) : Sulu\Component\Security\Authentication\RoleSettingInterface
$key string
리턴 Sulu\Component\Security\Authentication\RoleSettingInterface

setRole() 공개 메소드

Set role.
public setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null ) : Sulu\Component\Security\Authentication\RoleSettingInterface
$role Sulu\Component\Security\Authentication\RoleInterface
리턴 Sulu\Component\Security\Authentication\RoleSettingInterface

setValue() 공개 메소드

Set value.
public setValue ( array $value ) : Sulu\Component\Security\Authentication\RoleSettingInterface
$value array
리턴 Sulu\Component\Security\Authentication\RoleSettingInterface