require_once '/PrefManager.php';
mixed Auth_PrefManager::getPref (string $user_id, string $pref_id, bool [$showDefaults = TRUE])
mixed Auth_PrefManager::getPref
Retrieves the preference specified for a user, or, if returning default values is enabled, the default.
The user to get the preference for.
The preference to get.
Should default values be searched (overrides the global setting).
returns The value if it's found, or NULL if it isn't.
No exceptions thrown.
This function can not be called statically.