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

increaseDownloadCount() public method

    public function increaseDownloadCount()
    {
        $this->downloadCount += 1;
        return $this;
    }