Mpociot\Teamwork\Events\UserJoinedTeam::__construct PHP Méthode

__construct() public méthode

public __construct ( $user, $team_id )
    public function __construct($user, $team_id)
    {
        $this->user = $user;
        $this->team_id = $team_id;
    }