app\models\ContestVoteAggregate::contestEntry PHP Méthode

contestEntry() public méthode

public contestEntry ( )
    public function contestEntry()
    {
        return $this->belongsTo(ContestEntry::class);
    }
ContestVoteAggregate