Beispiel #1
0
 public function getVotes()
 {
     return $this->hasMany(CommentVote::className(), ['commentID' => 'id']);
 }