Ejemplo n.º 1
0
 public function getParasite()
 {
     return $this->hasOne(Species::className(), ['id' => 'catch_parasite_id']);
 }