class ManagerTicketResponse 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

void
setRedeemable($redeemable)

No description

bool
getRedeemable()

No description

Details

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

Parameters

string $name
ShopItem $shopItem
float|null $price

at line29
void removeCurrentExchangeCondition(ExchangeCondition$currentExchangeCondition)

Parameters

ExchangeCondition $currentExchangeCondition

Return Value

void

at line35
void addCurrentExchangeCondition(ExchangeCondition$currentExchangeCondition)

Parameters

ExchangeCondition $currentExchangeCondition

Return Value

void

at line41
void setCurrentExchangeConditions(ArrayCollection$currentExchangeConditions)

Parameters

ArrayCollection $currentExchangeConditions

Return Value

void

at line46
void removeOtherExchangeCondition(ExchangeCondition$otherExchangeCondition)

Parameters

ExchangeCondition $otherExchangeCondition

Return Value

void

at line52
void addOtherExchangeCondition(ExchangeCondition$otherExchangeCondition)

Parameters

ExchangeCondition $otherExchangeCondition

Return Value

void

at line58
void setOtherExchangeConditions(ArrayCollection$otherExchangeConditions)

Parameters

ArrayCollection $otherExchangeConditions

Return Value

void

at line63
void removeServiceAccess(ServiceAccess$serviceAccess)

Parameters

ServiceAccess $serviceAccess

Return Value

void

at line68
void addServiceAccess(ServiceAccess$serviceAccess)

Parameters

ServiceAccess $serviceAccess

Return Value

void

at line73
void setServiceAccesses(ArrayCollection$serviceAccesses)

Parameters

ArrayCollection $serviceAccesses

Return Value

void

at line78
ArrayCollection getServiceAccesses()

Return Value

ArrayCollection

at line83
ArrayCollection getCurrentExchangeConditions()

Return Value

ArrayCollection

at line88
ArrayCollection getOtherExchangeConditions()

Return Value

ArrayCollection

at line93
void setRedeemable($redeemable)

Parameters

$redeemable

Return Value

void

at line98
bool getRedeemable()

Return Value

bool