PHP Interface WellCommerce\Bundle\ShippingBundle\Provider\ShippingMethodProviderInterface

Author: Adam Piotrowski ([email protected])
Datei anzeigen Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
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 Details

getCosts() public method

public getCosts ( WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection
$subject WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface
return Doctrine\Common\Collections\Collection

getShippingMethodCosts() public method

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