Newscoop\Entity\UserTopic::getUser PHP Method

getUser() public method

Gets the value of user.
public getUser ( ) : User
return User
    public function getUser()
    {
        return $this->user;
    }