PHP Интерфейс WellCommerce\Bundle\ShippingBundle\Calculator\ShippingCalculatorInterface

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

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

Метод Описание
calculate ( WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface $method, WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection Returns the shipping costs collection for given amount
getAlias ( ) : string

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

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

Returns the shipping costs collection for given amount
public calculate ( 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

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

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