Ojs\JournalBundle\Entity\Journal::setTotalArticleDownload PHP Method

setTotalArticleDownload() public method

public setTotalArticleDownload ( integer $totalArticleDownload )
$totalArticleDownload integer
    public function setTotalArticleDownload($totalArticleDownload)
    {
        $this->totalArticleDownload = $totalArticleDownload;
        return $this;
    }
Journal