Ejemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getProductvotehistories()
 {
     return $this->hasMany(Productvotehistories::className(), ['ProductId' => 'ProductId']);
 }