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