Newscoop\Entity\Article::setCommentsLink PHP Method

    public function setCommentsLink($link)
    {
        $this->comments_link = $link;
    }

Usage Example

 public function setCommentsLink($link)
 {
     $this->__load();
     return parent::setCommentsLink($link);
 }