UNB Components Code Reference

UnbUser::GetSettings method

Gets all or the selected configuration entries for this user.

public function UnbUser::GetSettings ($names = null);

Parameters

names  –  optional, default: 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)

Return value

An array(Name => Data) of the requested settings.

Remarks

You can get settings by wildcards: Put a * for multiple possible characters.

Exceptions thrown

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.