Newscoop\Entity\UserTopic::getTopicId PHP Method

getTopicId() public method

Get topic id
public getTopicId ( ) : integer
return integer
    public function getTopicId()
    {
        return $this->topic->getId();
    }