Skip to content

node 'PlanetTeamSpeak\TeamSpeak3Framework\Node\Server' has no property named 'virtualserver_name' #19

@MajorOli

Description

@MajorOli

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions