Beispiel #1
0
 public function __construct()
 {
     $this->attributes = new ArrayCollection();
     $this->options = new ArrayCollection();
     $this->createdAt = new \DateTime();
     parent::__construct();
 }
Beispiel #2
0
    public function __construct()
    {
        parent::__construct();

        $this->rules = new ArrayCollection();
        $this->createdAt = new \DateTime();
    }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
     $this->availableOn = new \DateTime();
     $this->attributes = new ArrayCollection();
     $this->variants = new ArrayCollection();
     $this->options = new ArrayCollection();
     $this->createdAt = new \DateTime();
 }
Beispiel #4
0
 public function __construct()
 {
     parent::__construct();
     $this->createdAt = new \DateTime();
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct();
     $this->children = new ArrayCollection();
 }
Beispiel #6
0
 public function __construct()
 {
     parent::__construct();
     $this->provinces = new ArrayCollection();
 }