Sets one or multiple configuration entries for this user.
public function UnbUser::SetSetting ($name, $data);
(string) Setting name to set for this user (max. 255 characters)
(array(string => string)) Associative array of setting names and data
(string) Setting data (max. 255 characters)
Configuration settings for this user will be updated, or inserted if they don't exist yet. If an array was specified to update multiple settings, existing settings are either updated or not, they are not removed if they do not appear in the settings array.
InvalidArgumentException | No description available. |
LengthException | No description available. |
UnbDatabaseException | No description available. |
Member of class: UnbUser
Implementation file: user.class.php, line 1289
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.