Description and goal
node 'PlanetTeamSpeak\TeamSpeak3Framework\Node\Server' has no property named 'virtualserver_name'
Deprecated: $instance->virtualserver_name = $virtualserver->virtualserver_name;
Needed: $serverName = $this->ts3_VirtualServer->getInfo()['virtualserver_name'];
Node:
We need fetchNodeInfo(); to get all params from the virtual server node.
Without the trigger we get not all data from the node. Its clearer when we know with $v-getInfo() we get all needed attributes.