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

getDownloadCount() 공개 메소드

public getDownloadCount ( ) : integer
리턴 integer
    public function getDownloadCount()
    {
        return $this->downloadCount;
    }