Exemple #1
0
 public function init()
 {
     parent::init();
     $this->department = new Department();
     $this->symptom = new Symptom();
     $this->image = new Image();
 }
 public function init()
 {
     parent::init();
 }
Exemple #3
0
 public function init()
 {
     parent::init();
     $this->query = new Query();
 }
Exemple #4
0
 public function init()
 {
     parent::init();
     $this->department = new Department();
     $this->part = new Part();
 }