Newscoop\Entity\Article::setTopics PHP Method

setTopics() public method

Set Topics $topics.
public setTopics ( $topics )
    public function setTopics($topics)
    {
        $this->topics = $topics;
    }