示例#1
0
 public function getTemyRel()
 {
     return $this->hasMany(Tema::className(), ['podrazdel' => 'id'])->inverseOf('podrazdelKursaRel');
 }