ts3phpframework
Loading...
Searching...
No Matches
ViewerInterface.php
Go to the documentation of this file.
1<?php
2
3namespace PlanetTeamSpeak\TeamSpeak3Framework\Viewer;
4
5use PlanetTeamSpeak\TeamSpeak3Framework\Node\Node;
6
12{
20 public function fetchObject(Node $node, array $siblings = []): string;
21}