Méthode | Description | |
---|---|---|
getPreferenceKey ( ) : string | Returns the key of this entry. | |
getPreferenceValue ( ) : mixed | Returns the value for this entry. | |
getUser ( ) : |
Returns the user associated with this entry. | |
setPreferenceKey ( string $key ) | Sets the key for this user preference. | |
setPreferenceValue ( mixed $value ) | Sets the value for this entry. | |
setUser ( User $user ) | Sets the user for this entry. |
public getPreferenceKey ( ) : string | ||
Résultat | string |
public getPreferenceValue ( ) : mixed | ||
Résultat | mixed | The value |
public getUser ( ) : |
||
Résultat |
public setPreferenceKey ( string $key ) | ||
$key | string | The key name |
public setPreferenceValue ( mixed $value ) | ||
$value | mixed |