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