Auth_PrefManager::getPref | Auth_PrefManager::setPref |
Auth_PrefManager | |
PEAR Manual | |
require_once '/PrefManager.php'; |
bool
Auth_PrefManager::setDefaultPref
(
string
$pref_id
,
mixed
$value
)
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 Success or failure.
No exceptions thrown.
This function can not be called statically.
Auth_PrefManager::getPref | Auth_PrefManager::setPref |
Auth_PrefManager | |
PEAR Manual | |