Gets all or the selected configuration entries for this user.
public function UnbUser::GetSettings ($names = null);
(array) Setting names to retrieve from the database, null
to retrieve all names.
(string) A single setting name can be passed as string (max. 255 characters)
An array(Name => Data) of the requested settings.
You can get settings by wildcards: Put a * for multiple possible characters.
InvalidArgumentException | No description available. |
LengthException | No description available. |
UnbDatabaseException | No description available. |
Member of class: UnbUser
Implementation file: user.class.php, line 1201
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.