planetteamspeak / ts3phpframework

Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
https://www.planetteamspeak.com
GNU General Public License v3.0
211 stars 59 forks source link

How to get Node\Host instance? #215

Closed Wruczek closed 4 months ago

Wruczek commented 9 months ago

TeamSpeak3::factory returns a Node\Server instance, how can I get a Node\Host instance? On version 1.1 it was possible to create it by not specifying a server_port in TeamSpeak3::factory. I'm using TeamSpeak 3 PHP Framework 1.2.1 on PHP 8.2.12.

Sebbo94BY commented 4 months ago

Fixed - only the return types were not correct. Added the additional and missing ones.