Ojs\CoreBundle\Entity\AnalyticsTrait::setDownloadCount PHP Method

setDownloadCount() public method

public setDownloadCount ( integer $downloadCount )
$downloadCount integer
    public function setDownloadCount($downloadCount)
    {
        $this->downloadCount = $downloadCount;
        return $this;
    }