PHP Class WellCommerce\Bundle\ShippingBundle\Calculator\WeightTableCalculator

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\ShippingBundle\Calculator\AbstractShippingMethodCalculator
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
calculate ( WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface $shippingMethod, WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection
getAlias ( ) : string

Method Details

calculate() public method

public calculate ( WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface $shippingMethod, WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface $subject ) : Doctrine\Common\Collections\Collection
$shippingMethod WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethodInterface
$subject WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface
return Doctrine\Common\Collections\Collection

getAlias() public method

public getAlias ( ) : string
return string