Sonata\ProductBundle\Entity\BaseProduct::addDeliverie PHP Method

addDeliverie() public method

public addDeliverie ( Sonata\Component\Product\DeliveryInterface $delivery )
$delivery Sonata\Component\Product\DeliveryInterface
    public function addDeliverie(DeliveryInterface $delivery)
    {
        $this->addDelivery($delivery);
    }