class UserGroupTicketContingent extends xelos_model mixin UserGroupTicketContingentDocumentation

Class XELOS\Modules\Eventplanner\Model\UserGroupTicketContingent

Properties

EventplannerController $mod
protected $table_auto_properties
protected $table_name
protected $properties

Methods

int
count_by_event_id(int $invoice_id)

No description

bool
create_default_contingents(Event $event)

Creates the default user group contingents when none exists

UserGroupTicketContingent[]
find_all_by_event_id_and_user_group_id(int|int[] $event_id, mixed $query_params)

No description

get_formatted_user_group()

Returns the system user group name if the type is user_group, otherwise returns just the type_value

Details

at line 16
int count_by_event_id(int $invoice_id)

No description

Parameters

int $invoice_id

Return Value

int

at line 49
bool create_default_contingents(Event $event)

Creates the default user group contingents when none exists

Parameters

Event $event

Return Value

bool

at line 16
UserGroupTicketContingent[] find_all_by_event_id_and_user_group_id(int|int[] $event_id, mixed $query_params)

No description

Parameters

int|int[] $event_id
mixed $query_params

Return Value

UserGroupTicketContingent[]

at line 31
get_formatted_user_group()

Returns the system user group name if the type is user_group, otherwise returns just the type_value