Auth_PrefManager::getDefaultPref()

Auth_PrefManager::getDefaultPref()  --  Retrieves a default value.

Referentiesamenvatting

require_once '/PrefManager.php';

mixed Auth_PrefManager::getDefaultPref (string $pref_id)

Beschrijving

Retrieves the default value for $pref_id, even if there is currently a user ID set for the object being used.

Parameter

string $pref_id

The name of the preference to get.

Return waarde

returns The value if it's found, or NULL if it isn't.

Throws

No exceptions thrown.

Note

Deze functie kan niet statisch worden aangeroepen.