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

setViewCount() 공개 메소드

public setViewCount ( integer $viewCount )
$viewCount integer
    public function setViewCount($viewCount)
    {
        $this->viewCount = $viewCount;
        return $this;
    }