WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethod::getCosts PHP Method

getCosts() public method

public getCosts ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getCosts() : Collection
    {
        return $this->costs;
    }