Class MatukioModelContactpart

since 2.2.4
package MatukioEvents

 Methods

Std. Constructor

__construct() 

Loads the event

getEvent(integer $event_id) : mixed

Parameters

$event_id

integer
  • The event id

Returns

mixed

Returns a list of participants for the given (GET) event id

getParticipants() : mixed

Returns

mixed

Build the query

_buildQuery(integer $event_id, array $booking_ids) : \JDatabaseQuery

Parameters

$event_id

integer
  • The event id

$booking_ids

array
  • Bookings ids

Exceptions

\Exception - if query fails

Returns

\JDatabaseQuery