コード例 #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     $this->createdAt = new DateTime();
     $this->diagnoses = new ArrayCollection();
     $this->activities = new ArrayCollection();
     $this->behaviors = new ArrayCollection();
     $this->attributes = new ArrayCollection();
     $this->phases = new ArrayCollection();
     $this->regimens = new ArrayCollection();
     $this->samples = new ArrayCollection();
     parent::__construct();
 }