Mpociot\Teamwork\Events\UserLeftTeam::__construct PHP Method

__construct() public method

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