Property | Type | Description | |
---|---|---|---|
$calculator | string | ||
$costs | Doctrine\Common\Collections\Collection | ||
$currency | string | ||
$paymentMethods | Doctrine\Common\Collections\Collection |
Method | Description | |
---|---|---|
getCalculator ( ) : string | ||
getCosts ( ) : Doctrine\Common\Collections\Collection | ||
getCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface | ||
getPaymentMethods ( ) : Doctrine\Common\Collections\Collection | ||
setCalculator ( string $calculator ) | ||
setCosts ( Doctrine\Common\Collections\Collection $costs ) | ||
setCurrency ( WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface $currency ) |
public getCosts ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface | ||
return | WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface |
public getPaymentMethods ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public setCosts ( Doctrine\Common\Collections\Collection $costs ) | ||
$costs | Doctrine\Common\Collections\Collection |
public setCurrency ( WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface $currency ) | ||
$currency | WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface |
protected Collection,Doctrine\Common\Collections $costs | ||
return | Doctrine\Common\Collections\Collection |