Ojs\CoreBundle\Entity\AnalyticsTrait::increaseDownloadCount PHP 메소드

increaseDownloadCount() 공개 메소드

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