PHP Интерфейс WellCommerce\Bundle\ShippingBundle\Provider\ShippingMethodProviderInterface

Автор: Adam Piotrowski ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getCosts ( WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection
getShippingMethodCosts ( WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface $method, WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection

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

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

public getCosts ( WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection
$subject WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface
Результат Doctrine\Common\Collections\Collection

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

public getShippingMethodCosts ( WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface $method, WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection
$method WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface
$subject WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface
Результат Doctrine\Common\Collections\Collection