PHP Interface WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TranslatableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface, extends WellCommerce\Bundle\TaxBundle\Entity\TaxAwareInterface
Exibir arquivo Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

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 )

Method Details

getCalculator() public method

public getCalculator ( ) : string
return string

getCosts() public method

public getCosts ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getCurrency() public method

public getCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface
return WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface

getPaymentMethods() public method

public getPaymentMethods ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

setCalculator() public method

public setCalculator ( string $calculator )
$calculator string

setCosts() public method

public setCosts ( Doctrine\Common\Collections\Collection $costs )
$costs Doctrine\Common\Collections\Collection

setCurrency() public method

public setCurrency ( WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface $currency )
$currency WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface