Exemplo n.º 1
0
 public function getPalestrante()
 {
     return $this->hasOne(Palestrante::className(), ['idPalestrante' => 'palestrante_idPalestrante']);
 }