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