app\models\ContestVoteAggregate::contestEntry PHP Метод

contestEntry() публичный Метод

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