Преглед на файлове

ProductFamilyModel : initProducts()

develop
Guillaume преди 1 година
родител
ревизия
0b14452c57
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. +6
    -1
      Model/Product/ProductFamilyModel.php

+ 6
- 1
Model/Product/ProductFamilyModel.php Целия файл

@@ -263,8 +263,13 @@ abstract class ProductFamilyModel extends AbstractFullEntity implements ProductP
public function __construct()
{
$this->productCategories = new ArrayCollection();
$this->products = new ArrayCollection();
$this->qualityLabels = new ArrayCollection();
$this->initProducts();
}

public function initProducts()
{
$this->products = new ArrayCollection();
}

public function __toString()

Loading…
Отказ
Запис