Newscoop\Entity\UserTopic::__construct PHP Method

__construct() public method

public __construct ( User $user, Topic $topic )
$user User
$topic Newscoop\NewscoopBundle\Entity\Topic
    public function __construct(User $user, \Newscoop\NewscoopBundle\Entity\Topic $topic)
    {
        $this->user = $user;
        $this->topic = $topic;
    }