PHP Interface WellCommerce\Bundle\ShippingBundle\Provider\ShippingMethodProviderInterface

Author: Adam Piotrowski ([email protected])
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getShippingMethodCosts() public méthode

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
Résultat Doctrine\Common\Collections\Collection