class ExchangerTicketResponse extendsTicket

Methods

__construct(string$name,ShopItem$shopItem =null,float|null$price =null)

No description

void
removeCurrentExchangeCondition(ExchangeCondition$currentExchangeCondition)

No description

void
addCurrentExchangeCondition(ExchangeCondition$currentExchangeCondition)

No description

void
setCurrentExchangeConditions(ArrayCollection$currentExchangeConditions)

No description

void
removeOtherExchangeCondition(ExchangeCondition$otherExchangeCondition)

No description

void
addOtherExchangeCondition(ExchangeCondition$otherExchangeCondition)

No description

void
setOtherExchangeConditions(ArrayCollection$otherExchangeConditions)

No description

void
removeServiceAccess(ServiceAccess$serviceAccess)

No description

void
addServiceAccess(ServiceAccess$serviceAccess)

No description

void
setServiceAccesses(ArrayCollection$serviceAccesses)

No description

ArrayCollection
getServiceAccesses()

No description

ArrayCollection
getCurrentExchangeConditions()

No description

ArrayCollection
getOtherExchangeConditions()

No description

Details

at line18
__construct(string$name,ShopItem$shopItem =null,float|null$price =null)

Parameters

string $name
ShopItem $shopItem
float|null $price

at line27
void removeCurrentExchangeCondition(ExchangeCondition$currentExchangeCondition)

Parameters

ExchangeCondition $currentExchangeCondition

Return Value

void

at line33
void addCurrentExchangeCondition(ExchangeCondition$currentExchangeCondition)

Parameters

ExchangeCondition $currentExchangeCondition

Return Value

void

at line39
void setCurrentExchangeConditions(ArrayCollection$currentExchangeConditions)

Parameters

ArrayCollection $currentExchangeConditions

Return Value

void

at line44
void removeOtherExchangeCondition(ExchangeCondition$otherExchangeCondition)

Parameters

ExchangeCondition $otherExchangeCondition

Return Value

void

at line50
void addOtherExchangeCondition(ExchangeCondition$otherExchangeCondition)

Parameters

ExchangeCondition $otherExchangeCondition

Return Value

void

at line56
void setOtherExchangeConditions(ArrayCollection$otherExchangeConditions)

Parameters

ArrayCollection $otherExchangeConditions

Return Value

void

at line61
void removeServiceAccess(ServiceAccess$serviceAccess)

Parameters

ServiceAccess $serviceAccess

Return Value

void

at line66
void addServiceAccess(ServiceAccess$serviceAccess)

Parameters

ServiceAccess $serviceAccess

Return Value

void

at line71
void setServiceAccesses(ArrayCollection$serviceAccesses)

Parameters

ArrayCollection $serviceAccesses

Return Value

void

at line76
ArrayCollection getServiceAccesses()

Return Value

ArrayCollection

at line81
ArrayCollection getCurrentExchangeConditions()

Return Value

ArrayCollection

at line86
ArrayCollection getOtherExchangeConditions()

Return Value

ArrayCollection