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

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

공개 메소드들

메소드 설명
getKey ( ) : string Returns the key for this user setting.
getUser ( ) : Sulu\Component\Security\Authentication\UserInterface Returns the user for this user setting.
getValue ( ) : string Returns the value for this user setting.
setKey ( string $key ) : UserSetting Sets the key for this user setting.
setUser ( Sulu\Component\Security\Authentication\UserInterface $user ) : UserSetting Sets the user for this user setting.
setValue ( string $value ) : UserSetting Sets the value for this user setting.

메소드 상세

getKey() 공개 메소드

Returns the key for this user setting.
public getKey ( ) : string
리턴 string

getUser() 공개 메소드

Returns the user for this user setting.
public getUser ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface

getValue() 공개 메소드

Returns the value for this user setting.
public getValue ( ) : string
리턴 string

setKey() 공개 메소드

Sets the key for this user setting.
public setKey ( string $key ) : UserSetting
$key string
리턴 UserSetting

setUser() 공개 메소드

Sets the user for this user setting.
public setUser ( Sulu\Component\Security\Authentication\UserInterface $user ) : UserSetting
$user Sulu\Component\Security\Authentication\UserInterface
리턴 UserSetting

setValue() 공개 메소드

Sets the value for this user setting.
public setValue ( string $value ) : UserSetting
$value string
리턴 UserSetting