List of users from the Privacy API Search functions.
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 104 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
userlist:: (4 methods):
add_from_sql()
add_user()
add_users()
set_component()
add_from_sql(string $fieldname, string $sql, array $params) X-Ref |
Add a set of users from SQL. The SQL should only return a list of user IDs. return: $this param: string $fieldname The name of the field which holds the user id param: string $sql The SQL which will fetch the list of * user IDs param: array $params The set of SQL parameters |
add_user(int $userid) X-Ref |
Adds the user user for a given user. return: $this param: int $userid |
add_users(array $userids) X-Ref |
Adds the user users for given users. return: $this param: int[] $userids |
set_component($component) X-Ref |
Sets the component for this userlist. return: $this param: string $component the frankenstyle component name. |