PublishedArticle::getViews PHP Method

getViews() public method

Get views of the published article.
public getViews ( ) : integer
return integer
    function getViews()
    {
        $application = PKPApplication::getApplication();
        return $application->getPrimaryMetricByAssoc(ASSOC_TYPE_ARTICLE, $this->getId());
    }