Exemple #1
0
 public function __construct()
 {
     $this->mRNAs = new ArrayCollection();
     $this->exons = new ArrayCollection();
     $this->introns = new ArrayCollection();
     parent::__construct();
 }
Exemple #2
0
 public function __construct()
 {
     $this->genes = new ArrayCollection();
     parent::__construct();
 }