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