Beispiel #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getIdDocente0()
 {
     return $this->hasOne(Docente::className(), ['idDocente' => 'idDocente']);
 }
Beispiel #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getDocente()
 {
     return $this->hasOne(Docente::className(), ['id' => 'docente_id']);
 }