Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAggregate()
 {
     return $this->hasOne(VoteAggregate::className(), ['vote.entity' => 'vote_aggregate.entity', 'vote.target_id' => 'vote_aggregate.target_id']);
 }