Method | Description | |
---|---|---|
__construct ( WellCommerce\Bundle\ShippingBundle\Repository\ShippingMethodRepositoryInterface $repository, Doctrine\Common\Collections\Collection $calculators ) | AbstractShippingMethodProvider constructor. | |
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 |
Method | Description | |
---|---|---|
getCalculator ( WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface $shippingMethod ) : WellCommerce\Bundle\ShippingBundle\Calculator\ShippingCalculatorInterface |
public __construct ( WellCommerce\Bundle\ShippingBundle\Repository\ShippingMethodRepositoryInterface $repository, Doctrine\Common\Collections\Collection $calculators ) | ||
$repository | WellCommerce\Bundle\ShippingBundle\Repository\ShippingMethodRepositoryInterface | |
$calculators | Doctrine\Common\Collections\Collection |
public getCosts ( WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection | ||
$subject | WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface | |
return | Doctrine\Common\Collections\Collection |
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 | |
return | Doctrine\Common\Collections\Collection |