bool
Auth_PrefManager::setPref
(
string
$user_id
,
string
$pref_id
,
mixed
$value
)
Sets the value for $pref_id
.
$user_id
The user to set for.
$pref_id
The preference to set.
$value
The value it should be set to.
returns Success or failure.
No exceptions thrown.
This function can not be called statically.