Sonata\ProductBundle\Entity\BaseProduct::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( )
    public function __construct()
    {
        $this->packages = new ArrayCollection();
        $this->deliveries = new ArrayCollection();
        $this->productCategories = new ArrayCollection();
        $this->productCollections = new ArrayCollection();
        $this->variations = new ArrayCollection();
        $this->enabledVariations = new ArrayCollection();
    }