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

        $this->rules = new ArrayCollection();
        $this->createdAt = new \DateTime();
    }
Esempio n. 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();
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $this->createdAt = new \DateTime();
 }
Esempio n. 5
0
 public function __construct()
 {
     parent::__construct();
     $this->children = new ArrayCollection();
 }
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
     $this->provinces = new ArrayCollection();
 }