The Attendee table contains all custom fields for all events, but specific events make use of different columns. Return the relevent custom fields for a particular Event.
Parameters
$iEventId
int
The event to get custom fields for.
$bPublicOnly
bool
Whether to only return public custom fields. Defaults to false.