Attendees
Use this API to create, update and delete the attendees of events.
Methods
Invoke via \Components\Marketing\Events\Attendees::method()
Click a method name to copy it.
Deletes a record from the database
Parameters
$iEventAttendeeId
int unsigned
A record's event_attendee_id
Return
Returns true if record existed and was deleted, otherwise false
Gets a record from the database
Parameters
$iEventAttendeeId
int unsigned
A record's event_attendee_id
Return a set of records from the database
Return all Attendees for a particular event, joined with their Contact rows.
This was implemented here because a searchbox didn't seem to want to call any page-level funcions.
can be used as a datasource.
Return
Array of joined Attendee and Contact rows.
Returns the attendee status of a contact and an event
Return
Attendee status null|no_rsvp|not_attending|maybe|attending
Gets a single field from a record
Parameters
$iEventAttendeeId
int unsigned
A record's event_attendee_id
Returns the number of records in the database (matching the filter if specified)
Saves a record into the database
Saves a specific column of a row into a database
Parameters
$iEventAttendeeId
int unsigned
A record's event_attendee_id
Return
Array of
Attendees that match the search query.