Ejemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getIdlogreport()
 {
     return $this->hasOne(Logreport::className(), ['logreport_id' => 'id_logreport'])->from(['idlogreport' => Logreport::tableName()]);
 }