require_once '/PrefManager.php';
bool Auth_PrefManager::setDefaultPref (string $pref_id, mixed $value)
bool Auth_PrefManager::setDefaultPref
Sets the default value for $pref_id, which will be retrieved if a user doesn't have the preference set.
The name of the preference to set.
The value to set it to.
returns Sucess or failure.
Es werden keine Exceptions ausgelöst.
Diese Methode kann nicht statisch aufgerufen werden.