Umfragen
|
must implementations for a user object More...
Public Member Functions | |
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 | |
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 |
must implementations for a user object
Definition at line 33 of file user.class.php.
check_config | ( | $name, | |
$value | |||
) |
checks if a value can be set as specific config variable
string | $name | variable name |
mixed | $value | the value we want check |
Implemented in user.
get_config | ( | $name | ) |
gets a config variable
string | $name | variable name |
Implemented in user.
load_config | ( | $db, | |
$user | |||
) |
loads config from the database
db | $db | database object |
string | $user | the username we want load |
Implemented in user.
load_info | ( | $au, | |
$user | |||
) |
loads user infos from auth object
auth | $au | authentification object |
string | $user | the username we want load |
Implemented in user.
load_info_ID | ( | $au, | |
$user | |||
) |
loads user infos from auth object
auth | $au | authentification object |
string | $user | user numerical ID |
Implemented in user.
save_config | ( | $db | ) |
saves all content of the config into the database
db | $db | database object |
Implemented in user.
set_config | ( | $name, | |
$value | |||
) |
sets a config variable
string | $name | variable name |
mixed | $value | the value we want set |
Implemented in user.