Exemple #1
0
 public function getClinictypes()
 {
     return @$this->hasOne(Clinictype::className(), ['CLINICTYPE_ID' => 'clinictype']);
 }