Newscoop\Entity\UserTopic::getId PHP Method

getId() public method

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