getList()
getList(\mysqli $db, int $clubId) : array
Gets a list of Contacts for a Club.
Parameters
| \mysqli | $db | The database connection. |
| int | $clubId | The ID of the Club to get Contacts for. |
Returns
array —An array with the Contacts for a Club.