Newscoop\Entity\RelatedArticle::getArticleListId PHP Method

getArticleListId() public method

Gets the value of articleListId.
public getArticleListId ( ) : integer
return integer
    public function getArticleListId()
    {
        return $this->articleListId;
    }