class AggregatedExchangeables

Methods

__construct()

No description

string|null
getBundleId()

No description

void
setBundleId(string|null$bundleId)

No description

ArrayCollection
getTickets()

No description

void
addTicket(Ticket$ticket)

No description

void
addShopitem(ShopItem$shopItem)

No description

ArrayCollection
getShopitems()

No description

ArrayCollection
getVouchers()

No description

void
addVoucher(Voucher$voucher)

No description

Details

at line16
__construct()

at line23
string|null getBundleId()

Return Value

string|null

at line28
void setBundleId(string|null$bundleId)

Parameters

string|null $bundleId

Return Value

void

at line33
ArrayCollection getTickets()

Return Value

ArrayCollection

at line38
void addTicket(Ticket$ticket)

Parameters

Ticket $ticket

Return Value

void

at line43
void addShopitem(ShopItem$shopItem)

Parameters

ShopItem $shopItem

Return Value

void

at line48
ArrayCollection getShopitems()

Return Value

ArrayCollection

at line53
ArrayCollection getVouchers()

Return Value

ArrayCollection

at line58
void addVoucher(Voucher$voucher)

Parameters

Voucher $voucher

Return Value

void