Umfragen
|
Additional Inherited Members | |
![]() | |
set_config ($name, $value) | |
sets a config variable | |
check_config ($name, $value) | |
checks if a value can be set as specific config variable | |
get_config ($name) | |
gets a config variable | |
__set ($name, $value) | |
php's magic method for setting private data | |
__get ($name) | |
php's magic method for getting private data | |
__isset ($name) | |
save_config ($db) | |
saves all content of the config into the database | |
load_config ($db, $user) | |
loads config from the database | |
load_info ($au, $user) | |
loads user infos from auth object | |
load_info_ID ($au, $user) | |
loads user infos from auth object |
Definition at line 243 of file user.class.php.