WellCommerce\Bundle\ShippingBundle\Entity\ShippingMethod::getCosts PHP Метод

getCosts() публичный Метод

public getCosts ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection
    public function getCosts() : Collection
    {
        return $this->costs;
    }