setThread() public method

Set thread
public setThread ( $thread ) : Newscoop\Entity\Comment
return Newscoop\Entity\Comment
 public function setThread(\Newscoop\Entity\Article $p_thread)
 {
     $this->__load();
     return parent::setThread($p_thread);
 }