Sonata\ProductBundle\Entity\BaseProduct::addDeliverie PHP Метод

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

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