PHP 클래스 Sulu\Bundle\SecurityBundle\Entity\RoleSetting

상속: implements Sulu\Component\Security\Authentication\RoleSettingInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
getId ( )
getKey ( )
getRole ( )
getValue ( )
setKey ( $key )
setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null )
setValue ( $value )

메소드 상세

getId() 공개 메소드

public getId ( )

getKey() 공개 메소드

public getKey ( )

getRole() 공개 메소드

public getRole ( )

getValue() 공개 메소드

public getValue ( )

setKey() 공개 메소드

public setKey ( $key )

setRole() 공개 메소드

public setRole ( Sulu\Component\Security\Authentication\RoleInterface $role = null )
$role Sulu\Component\Security\Authentication\RoleInterface

setValue() 공개 메소드

public setValue ( $value )