PHP Интерфейс WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TranslatableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface, extends WellCommerce\Bundle\TaxBundle\Entity\TaxAwareInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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 )

Описание методов

getCalculator() публичный Метод

public getCalculator ( ) : string
Результат string

getCosts() публичный Метод

public getCosts ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getCurrency() публичный Метод

public getCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface
Результат WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface

getPaymentMethods() публичный Метод

public getPaymentMethods ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

setCalculator() публичный Метод

public setCalculator ( string $calculator )
$calculator string

setCosts() публичный Метод

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

setCurrency() публичный Метод

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