ProductAttribute example


    private $shippingTime;

    public function __construct()
    {
        $this->prices = new ArrayCollection();
        $this->images = new ArrayCollection();
        $this->configuratorOptions = new ArrayCollection();
        $this->notifications = new ArrayCollection();
        $this->attribute = new ProductAttribute();
        $this->attribute->setArticleDetail($this);
    }

    /** * @return int */
    public function getId()
    {
        return $this->id;
    }

    
Home | Imprint | This part of the site doesn't use cookies.