PHP Класс WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethod

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\DoctrineBundle\Behaviours\Enableable\EnableableTrait, use trait WellCommerce\Bundle\AppBundle\Entity\HierarchyAwareTrait, use trait WellCommerce\Bundle\TaxBundle\Entity\TaxAwareTrait
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$calculator string
$costs Doctrine\Common\Collections\Collection
$currency string
$paymentMethods Doctrine\Common\Collections\Collection

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

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

Описание свойств

$calculator защищенное свойство

protected string $calculator
Результат string

$costs защищенное свойство

protected Collection,Doctrine\Common\Collections $costs
Результат Doctrine\Common\Collections\Collection

$currency защищенное свойство

protected string $currency
Результат string

$paymentMethods защищенное свойство

protected Collection,Doctrine\Common\Collections $paymentMethods
Результат Doctrine\Common\Collections\Collection