PHP Class Sulu\Bundle\SecurityBundle\Entity\UserSetting

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getKey() public méthode

Returns the key for this user setting.
public getKey ( ) : string
Résultat string

getUser() public méthode

Returns the user for this user setting.
public getUser ( ) : Sulu\Component\Security\Authentication\UserInterface
Résultat Sulu\Component\Security\Authentication\UserInterface

getValue() public méthode

Returns the value for this user setting.
public getValue ( ) : string
Résultat string

setKey() public méthode

Sets the key for this user setting.
public setKey ( string $key ) : UserSetting
$key string
Résultat UserSetting

setUser() public méthode

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

setValue() public méthode

Sets the value for this user setting.
public setValue ( string $value ) : UserSetting
$value string
Résultat UserSetting