Ojs\CoreBundle\Entity\AnalyticsTrait::increaseDownloadCount PHP Méthode

increaseDownloadCount() public méthode

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