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

getPaymentMethods() public method

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