コード例 #1
0
 /**
  * constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->fabrics = new ArrayCollection();
     $this->myNewField = rand();
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->fabrics = new ArrayCollection();
     $this->brands = new ArrayCollection();
 }