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;
    }